21 lines
611 B
Plaintext
21 lines
611 B
Plaintext
# CONFIG.linux-x86.linux-cris_v32
|
|
#
|
|
# Author: Peter Zumbruch
|
|
# GSI
|
|
# P.Zumbruch@gsi.de
|
|
#
|
|
# Definitions for linux-x86 host - linux-cris_v32 target builds
|
|
# Sites may override these definitions in CONFIG_SITE.linux-x86.linux-cris_v32
|
|
#-------------------------------------------------------
|
|
|
|
# Include definitions common to all linux-cris targets
|
|
include $(CONFIG)/os/CONFIG.Common.linux-cris
|
|
|
|
GNU_TARGET = crisv32-axis-linux-gnu
|
|
|
|
ARCH_DEP_CFLAGS += -march=v32
|
|
|
|
# if you are using different places for cris_v10 cris_v32
|
|
# you have to define for each architecture
|
|
# AXIS_SDK_DIR=<AXIS_TOP_DIR_v32>
|