config.mk 384 B

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