config.mk 388 B

1234567891011121314151617
  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. ifeq ($(CROSS_COMPILE),)
  8. CROSS_COMPILE := avr32-linux-
  9. endif
  10. CONFIG_STANDALONE_LOAD_ADDR ?= 0x00000000
  11. PLATFORM_RELFLAGS += -ffixed-r5 -fPIC -mno-init-got -mrelax
  12. PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
  13. LDFLAGS_u-boot = --gc-sections --relax