Minor cosmetic error in configuration for x86 (32-bit) build.

Signed-off-by: The XOmB Overlord <overlord@xomb.net>
This commit is contained in:
wilkie
2009-05-24 14:04:20 +08:00
committed by The XOmB Overlord
parent 81d8b09b83
commit 9d7a7dbb91

View File

@@ -16,7 +16,7 @@ prebuild= \
\
\
echo ; \
echo Setting up Architecture Dependence: x86_64; \
echo Setting up Architecture Dependence: x86; \
echo '--> architecture.d';\
mkdir -p dsss_imports;\
mkdir -p dsss_objs;\
@@ -25,7 +25,7 @@ mkdir -p dsss_objs/O;\
cp ../kernel/arch/x86/imports/compile_typeinfo.sh dsss_imports/.;\
cp ../kernel/arch/x86/imports/architecture.d dsss_imports/.;\
echo ; \
echo Compiling Assembly for target: x86_64 ;\
echo Compiling Assembly for target: x86 ;\
echo '--> boot.s';\
yasm -felf32 -mx86 -o dsss_objs/O/kernel.arch.x86.boot.boot.o ../kernel/arch/x86/boot/boot.s;\
\