rename amd64 architecture to x86_64
[dragonfly.git] / sys / boot / pc32 / Makefile.inc
CommitLineData
7536a7f8 1# Common defines for all of /sys/boot/i386/
b84dec38
SS
2
3.if !target(__pc32__)
4__pc32__:
7536a7f8
JS
5
6LOADER_ADDRESS?= 0x200000
7CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2
8
b84dec38
SS
9# override CPU type, so that gcc doesn't insert mmx/sse instructions
10CPUTYPE= i386
11
5afb3986
SW
12WARNS?= 1
13
c1543a89 14.if defined(REALLY_X86_64)
b84dec38 15.include "../pc64/Makefile.inc"
7536a7f8 16.endif
7536a7f8 17.endif