config.mk 388 B

12345678910111213141516171819
  1. #
  2. # (C) Copyright 2004
  3. # Psyent Corporation <www.psyent.com>
  4. # Scott McNutt <smcnutt@psyent.com>
  5. #
  6. # SPDX-License-Identifier: GPL-2.0+
  7. #
  8. ifeq ($(CROSS_COMPILE),)
  9. CROSS_COMPILE := nios2-elf-
  10. endif
  11. CONFIG_STANDALONE_LOAD_ADDR ?= 0x02000000
  12. PLATFORM_CPPFLAGS += -D__NIOS2__
  13. PLATFORM_CPPFLAGS += -G0
  14. LDFLAGS_FINAL += --gc-sections
  15. PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections