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:
Josh Coalson
2004-11-09 01:50:35 +00:00
parent 5f2b46d031
commit 47faab80d7
7 changed files with 521 additions and 14 deletions

View File

@@ -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