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

@@ -49,7 +49,7 @@ DEBUG_CFLAGS = -DFLAC__OVERFLOW_DETECT
ifeq ($(DARWIN_BUILD),yes)
SRCS_S = \
ppc/lpc_asm.s
ppc/as/lpc_asm.s
else
ifeq ($(SOLARIS_BUILD),yes)
else