mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
split PPC asm code into two directores, one holding asm compatible with OS X native 'as', and one for 'gas'
This commit is contained in:
@@ -44,7 +44,8 @@ endif
|
||||
endif
|
||||
if FLaC__CPU_PPC
|
||||
ARCH_SUBDIRS = ppc
|
||||
libFLAC_la_LIBADD = ppc/libFLAC-asm.la
|
||||
#@@@@@@ need to conditionalize this to gas or as depending on configure
|
||||
libFLAC_la_LIBADD = ppc/as/libFLAC-asm.la
|
||||
LOCAL_EXTRA_LDFLAGS = "-Wl,-read_only_relocs,warning"
|
||||
endif
|
||||
endif
|
||||
|
||||
Reference in New Issue
Block a user