]> git.saurik.com Git - apple/boot.git/blobdiff - i386/Makefile
boot-111.tar.gz
[apple/boot.git] / i386 / Makefile
index a05daf6627a1584457c57a51b8649e2056dda6a3..245d8ded3916873b519846be535b62f5325477e0 100644 (file)
@@ -2,7 +2,7 @@
 #      Makefile for i386 boot program
 #      define FLOPPY and SMALL using DEFINES macro as necessary
 
-CFLAGS = -O $(MORECPP) -arch i386 -g -mi386:unaligned-text -static
+CFLAGS = -O $(MORECPP) -arch i386 -g -static
 DEFINES=
 CONFIG = hd
 LIBDIR = libsa
@@ -26,8 +26,8 @@ SRCROOT=/tmp
 
 VPATH = $(OBJROOT):$(SYMROOT)
 
-# SUBDIRS = rcz util libsa libsaio sarld nasm boot2 boot1 boot0 strings
-SUBDIRS = rcz util libsa libsaio nasm boot2 boot1 boot0 strings
+# The order of building is important.
+SUBDIRS = rcz util libsa libsaio nasm boot2 boot1 boot1u boot0 cdboot strings
 
 all tags clean debug install installhdrs:
        @for i in ${SUBDIRS}; \