diff options
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/boot/sys/boot/efi/loader/i386/Makefile | 2 | ||||
-rw-r--r-- | usr/src/boot/sys/boot/libstand/i386/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/boot/sys/boot/efi/loader/i386/Makefile b/usr/src/boot/sys/boot/efi/loader/i386/Makefile index c4a451fba0..e0cb936fd5 100644 --- a/usr/src/boot/sys/boot/efi/loader/i386/Makefile +++ b/usr/src/boot/sys/boot/efi/loader/i386/Makefile @@ -15,7 +15,6 @@ # MACHINE= $(MACH) -ASFLAGS= -m32 EFIPROG= loader32.efi all: $(EFIPROG) @@ -27,6 +26,7 @@ LDFLAGS += -znocombreloc efi_main.o := CPPFLAGS += -DLOADER_EFI=L\"loader32.efi\" CFLAGS += -m32 +CCASFLAGS += -m32 CLEANFILES += machine x86 $(EFIPROG) diff --git a/usr/src/boot/sys/boot/libstand/i386/Makefile b/usr/src/boot/sys/boot/libstand/i386/Makefile index 76ba41c582..4837c0eb4d 100644 --- a/usr/src/boot/sys/boot/libstand/i386/Makefile +++ b/usr/src/boot/sys/boot/libstand/i386/Makefile @@ -22,7 +22,7 @@ all install: $(LIBRARY) include ../Makefile.com CFLAGS += -m32 -ASFLAGS += -m32 +CCASFLAGS += -m32 CLEANFILES += x86 |