Browse Source

-freduce-all-givs has been removed from gcc

Originally committed as revision 4011 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Falk Hüffner 21 years ago
parent
commit
647b610c6e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/Makefile

+ 1
- 1
libavcodec/Makefile View File

@@ -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)


Loading…
Cancel
Save