]> Git Repo - u-boot.git/blob - arch/avr32/config.mk
generic-board: move __HAVE_ARCH_GENERIC_BOARD to Kconfig
[u-boot.git] / arch / avr32 / config.mk
1 #
2 # (C) Copyright 2000-2002
3 # Wolfgang Denk, DENX Software Engineering, [email protected].
4 #
5 # SPDX-License-Identifier:      GPL-2.0+
6 #
7
8 ifeq ($(CROSS_COMPILE),)
9 CROSS_COMPILE := avr32-linux-
10 endif
11
12 CONFIG_STANDALONE_LOAD_ADDR ?= 0x00000000
13
14 PLATFORM_RELFLAGS       += -ffixed-r5 -fPIC -mno-init-got -mrelax
15 PLATFORM_RELFLAGS       += -ffunction-sections -fdata-sections
16
17 LDFLAGS_u-boot          = --gc-sections --relax
This page took 0.023354 seconds and 4 git commands to generate.