rename i386 to ia32 everywhere

This commit is contained in:
Josh Coalson
2001-06-13 18:11:25 +00:00
parent 2255848763
commit e6499bdf18
15 changed files with 65 additions and 65 deletions

View File

@@ -31,8 +31,8 @@ if FLaC__NO_ASM
else
if FLaC__CPU_IA32
if FLaC__HAS_NASM
SUBDIRS = i386 .
libFLAC_la_LIBADD = i386/libFLAC-asm.la
SUBDIRS = ia32 .
libFLAC_la_LIBADD = ia32/libFLAC-asm.la
endif
endif
endif