diff options
Diffstat (limited to 'gcc/config/rs6000/t-darwin')
| -rw-r--r-- | gcc/config/rs6000/t-darwin | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/config/rs6000/t-darwin b/gcc/config/rs6000/t-darwin index 3513d52..7ad4b8f 100644 --- a/gcc/config/rs6000/t-darwin +++ b/gcc/config/rs6000/t-darwin @@ -8,7 +8,7 @@ LIB2FUNCS_STATIC_EXTRA = \ $(srcdir)/config/rs6000/darwin-vecsave.asm \ $(srcdir)/config/rs6000/darwin-world.asm -DARWIN_EXTRA_CRT_BUILD_CFLAGS = -mlongcall +DARWIN_EXTRA_CRT_BUILD_CFLAGS = -mlongcall -mmacosx-version-min=10.4 # The .asm files above are designed to run on all processors, # even though they use AltiVec instructions. -Wa is used because @@ -34,4 +34,5 @@ darwin-tramp.o: $(srcdir)/config/rs6000/darwin-asm.h $(T)crt2$(objext): $(srcdir)/config/darwin-crt2.c $(GCC_PASSES) \ $(TCONFIG_H) stmp-int-hdrs tsystem.h $(GCC_FOR_TARGET) $(GCC_CFLAGS) $(INCLUDES) $(MULTILIB_CFLAGS) \ + $(DARWIN_EXTRA_CRT_BUILD_CFLAGS) \ -c $(srcdir)/config/darwin-crt2.c -o $(T)crt2$(objext) |
