summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFalk Hüffner <mellum@users.sourceforge.net>2005-03-06 14:42:10 +0000
committerFalk Hüffner <mellum@users.sourceforge.net>2005-03-06 14:42:10 +0000
commit647b610c6edfdbc11d5af1f24f12ece444ca9473 (patch)
tree31980c521697180efb7249cd9eeee962671bb74b
parentf770ee038f641b0637669756b7aad08b8636148b (diff)
-freduce-all-givs has been removed from gcc
Originally committed as revision 4011 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r--libavcodec/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 25c7adf80a..a4d506d4d8 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -167,7 +167,7 @@ ifeq ($(TARGET_ARCH_ALPHA),yes)
OBJS += alpha/dsputil_alpha.o alpha/mpegvideo_alpha.o \
alpha/simple_idct_alpha.o alpha/motion_est_alpha.o
ASM_OBJS += alpha/dsputil_alpha_asm.o alpha/motion_est_mvi_asm.o
-CFLAGS += -fforce-addr -freduce-all-givs
+CFLAGS += -fforce-addr
endif
ifeq ($(TARGET_ARCH_POWERPC),yes)