diff options
| author | Warner Losh <imp@FreeBSD.org> | 2017-11-06 15:22:24 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2017-11-06 15:22:24 +0000 |
| commit | 63c69e1beba1cb7cd161e511b04d47a875a9a3b8 (patch) | |
| tree | 5f7701575cad75e81b9076a92b2dd0e83471774e /sys/boot/i386 | |
| parent | 9b19f65c83aa290548baeef1f60ff011bd54f28f (diff) | |
Notes
Diffstat (limited to 'sys/boot/i386')
| -rw-r--r-- | sys/boot/i386/Makefile.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sys/boot/i386/Makefile.inc b/sys/boot/i386/Makefile.inc index 941a8c49ab9b..b324d1adfef5 100644 --- a/sys/boot/i386/Makefile.inc +++ b/sys/boot/i386/Makefile.inc @@ -25,11 +25,6 @@ LDFLAGS_BIN=-e start -Ttext ${ORG} -Wl,-N,-S,--oformat,binary LD_FLAGS_BIN=-static -N --gc-sections .if ${MACHINE_CPUARCH} == "amd64" -CFLAGS+= -m32 -ACFLAGS+= -m32 -# LD_FLAGS is passed directly to ${LD}, not via ${CC}: -LD_FLAGS+= -m elf_i386_fbsd -AFLAGS+= --32 DO32=1 .endif |
