mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
check in more fixes from Luca to build properly on linux-ppc (asm-related again)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user