1 # SPDX-License-Identifier: GPL-2.0+
3 # Copyright (C) 2013-2014 Synopsys, Inc. All rights reserved.
5 ifdef CONFIG_SYS_LITTLE_ENDIAN
7 PLATFORM_CPPFLAGS += -mlittle-endian
10 ifdef CONFIG_SYS_BIG_ENDIAN
12 PLATFORM_CPPFLAGS += -mbig-endian
15 PLATFORM_CPPFLAGS += -ffixed-r25 -D__ARC__ -gdwarf-2 -mno-sdata
16 PLATFORM_RELFLAGS += -ffunction-sections -fdata-sections -fno-common
18 # Needed for relocation
19 LDFLAGS_FINAL += -pie --gc-sections