]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/x86/config.mk
x86: Simplify architecture defined exception handling in irq_llsr()
[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 PLATFORM_RELFLAGS += -ffunction-sections -fvisibility=hidden
21
22 PLATFORM_LDFLAGS += --emit-relocs -Bsymbolic -Bsymbolic-functions -m elf_i386
23
24 LDFLAGS_FINAL += --gc-sections -pie
25 LDFLAGS_FINAL += --wrap=__divdi3 --wrap=__udivdi3
26 LDFLAGS_FINAL += --wrap=__moddi3 --wrap=__umoddi3