]> Git Repo - u-boot.git/blob - arch/nios2/config.mk
Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sh
[u-boot.git] / arch / nios2 / config.mk
1 # SPDX-License-Identifier: GPL-2.0+
2 #
3 # (C) Copyright 2004
4 # Psyent Corporation <www.psyent.com>
5 # Scott McNutt <[email protected]>
6
7 PLATFORM_CPPFLAGS += -D__NIOS2__
8 PLATFORM_CPPFLAGS += -G0
9
10 LDFLAGS_FINAL += --gc-sections
11 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections
This page took 0.027136 seconds and 4 git commands to generate.