]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/x86/config.mk
Merge branch 'master' of git://git.denx.de/u-boot-usb
[karo-tx-uboot.git] / arch / x86 / config.mk
1 #
2 # (C) Copyright 2000-2002
3 # Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 CONFIG_STANDALONE_LOAD_ADDR ?= 0x40000
9
10 PLATFORM_CPPFLAGS += -fno-strict-aliasing
11 PLATFORM_CPPFLAGS += -mregparm=3
12 PLATFORM_CPPFLAGS += -fomit-frame-pointer
13 PF_CPPFLAGS_X86   := $(call cc-option, -fno-toplevel-reorder, \
14                        $(call cc-option, -fno-unit-at-a-time)) \
15                      $(call cc-option, -mpreferred-stack-boundary=2)
16 PLATFORM_CPPFLAGS += $(PF_CPPFLAGS_X86)
17 PLATFORM_CPPFLAGS += -fno-dwarf2-cfi-asm
18 PLATFORM_CPPFLAGS += -march=i386 -m32
19
20 # Support generic board on x86
21 __HAVE_ARCH_GENERIC_BOARD := y
22
23 PLATFORM_RELFLAGS += -ffunction-sections -fvisibility=hidden
24
25 PLATFORM_LDFLAGS += --emit-relocs -Bsymbolic -Bsymbolic-functions -m elf_i386
26
27 LDFLAGS_FINAL += --gc-sections -pie
28 LDFLAGS_FINAL += --wrap=__divdi3 --wrap=__udivdi3
29 LDFLAGS_FINAL += --wrap=__moddi3 --wrap=__umoddi3