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

@@ -40,9 +40,9 @@ OBJS = \
stream_decoder.o \
stream_encoder.o \
stream_encoder_framing.o \
i386/cpu_asm.o \
i386/fixed_asm.o \
i386/lpc_asm.o
ia32/cpu_asm.o \
ia32/fixed_asm.o \
ia32/lpc_asm.o
include ../../build/lib.mk