Browse code

Add -force_cpusubtype_ALL to ASFLAGS on Darwin/PPC

Originally committed as revision 23954 to svn://svn.ffmpeg.org/ffmpeg/trunk

Måns Rullgård authored on 2010/07/02 08:21:33
Showing 1 changed files
... ...
@@ -2118,6 +2118,7 @@ case $target_os in
2118 2118
     darwin)
2119 2119
         enable malloc_aligned
2120 2120
         as="gas-preprocessor.pl $cc"
2121
+        enabled ppc && add_asflags -force_cpusubtype_ALL
2121 2122
         SHFLAGS='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR) -Wl,-read_only_relocs,suppress'
2122 2123
         strip="${strip} -x"
2123 2124
         FFLDFLAGS="-Wl,-dynamic,-search_paths_first"