split PPC asm code into two directores, one holding asm compatible with OS X native...
authorJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 9 Nov 2004 01:50:35 +0000 (01:50 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Tue, 9 Nov 2004 01:50:35 +0000 (01:50 +0000)
commit47faab80d76c7e60eb9f6fdcf4395ac4f47ab7ee
tree3c3190e61e90b37adeb43a23fb71d1641e88b944
parent5f2b46d0314085189627e8b47453fd99ee172cb0
split PPC asm code into two directores, one holding asm compatible with OS X native 'as', and one for 'gas'
src/libFLAC/Makefile.am
src/libFLAC/Makefile.lite
src/libFLAC/ppc/Makefile.am
src/libFLAC/ppc/as/Makefile.am [new file with mode: 0644]
src/libFLAC/ppc/as/lpc_asm.s [moved from src/libFLAC/ppc/lpc_asm.s with 100% similarity]
src/libFLAC/ppc/gas/Makefile.am [new file with mode: 0644]
src/libFLAC/ppc/gas/lpc_asm.s [new file with mode: 0644]