From 1db5bc1ed7f992d7c2686f5359e53301eba2b2ca Mon Sep 17 00:00:00 2001 From: notaz Date: Fri, 12 Aug 2011 01:17:36 +0300 Subject: gpu_unai: fix inline asm statements newer gcc reorders them and was allocating registers wrong due to incomplete constraints. Not that this code is any better than what gcc generates anyway, but whatever. --- plugins/gpu_unai/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/gpu_unai/Makefile') diff --git a/plugins/gpu_unai/Makefile b/plugins/gpu_unai/Makefile index e7640c6..026d950 100644 --- a/plugins/gpu_unai/Makefile +++ b/plugins/gpu_unai/Makefile @@ -8,8 +8,6 @@ ifdef MAEMO CFLAGS += -DMAEMO endif CFLAGS += -mcpu=cortex-a8 -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -# -fschedule-insns (from -O2+) causes bugs, probably bad asm() statements -CFLAGS += -fno-schedule-insns -fno-schedule-insns2 TARGET = gpuPCSX4ALL.so LDFLAGS += -shared -Wl,-soname,$(TARGET) -- cgit v1.2.3