From e08b8239f6cb1b6724d9c0faa54db8f1362838f5 Mon Sep 17 00:00:00 2001 From: Måns Rullgård Date: Thu, 1 Jul 2010 23:21:33 +0000 Subject: Add -force_cpusubtype_ALL to ASFLAGS on Darwin/PPC Originally committed as revision 23954 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 1ea64cf70b..8377d07eea 100755 --- a/configure +++ b/configure @@ -2118,6 +2118,7 @@ case $target_os in darwin) enable malloc_aligned as="gas-preprocessor.pl $cc" + enabled ppc && add_asflags -force_cpusubtype_ALL SHFLAGS='-dynamiclib -Wl,-single_module -Wl,-install_name,$(SHLIBDIR)/$(SLIBNAME),-current_version,$(LIBVERSION),-compatibility_version,$(LIBMAJOR) -Wl,-read_only_relocs,suppress' strip="${strip} -x" FFLDFLAGS="-Wl,-dynamic,-search_paths_first" -- cgit v1.2.3