check in more fixes from Luca to build properly on linux-ppc (asm-related again)

This commit is contained in:
Josh Coalson
2005-03-02 05:21:06 +00:00
parent a708f55645
commit a02b73f5ea
2 changed files with 11 additions and 7 deletions

View File

@@ -59,12 +59,13 @@ if FLaC__CPU_PPC
ARCH_SUBDIRS = ppc
if FLaC__HAS_AS__TEMPORARILY_DISABLED
libFLAC_la_LIBADD = ppc/as/libFLAC-asm.la
LOCAL_EXTRA_LDFLAGS = "-Wl,-read_only_relocs,warning"
else
if FLaC__HAS_GAS__TEMPORARILY_DISABLED
libFLAC_la_LIBADD = ppc/gas/libFLAC-asm.la
LOCAL_EXTRA_LDFLAGS = ""
endif
endif
LOCAL_EXTRA_LDFLAGS = "-Wl,-read_only_relocs,warning"
endif
endif