summaryrefslogtreecommitdiff
path: root/cesar/ecos/packages/hal/sparc
diff options
context:
space:
mode:
authorNicolas Schodet2010-02-01 15:41:01 +0100
committerNicolas Schodet2011-08-03 11:08:49 +0200
commit75d5195e30e43d6b379c6f0798cf5a14c1e25264 (patch)
tree1a8c13759ee50dda52dc795e1267d4f8b110e824 /cesar/ecos/packages/hal/sparc
parent5fd881decf539a09da590837271b4f3c87bea826 (diff)
cesar/common/make: add support for build types, refs #1080
For now, there is two build types supported: host and target. In makefiles, instead of doing things twice, loops over build types. Each build type can have a separated set of includeds modules and configuration items. This implies that generated header files are placed in a separated directory. Module definition files are included several times, once for each build type.
Diffstat (limited to 'cesar/ecos/packages/hal/sparc')
-rw-r--r--cesar/ecos/packages/hal/sparc/leon/current/cdl/hal_sparc_leon.cdl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/ecos/packages/hal/sparc/leon/current/cdl/hal_sparc_leon.cdl b/cesar/ecos/packages/hal/sparc/leon/current/cdl/hal_sparc_leon.cdl
index 4026a2ea6f..a361251702 100644
--- a/cesar/ecos/packages/hal/sparc/leon/current/cdl/hal_sparc_leon.cdl
+++ b/cesar/ecos/packages/hal/sparc/leon/current/cdl/hal_sparc_leon.cdl
@@ -143,7 +143,7 @@ cdl_package CYGPKG_HAL_SPARC_LEON {
display "Global compiler flags"
flavor data
no_define
- default_value { "-mcpu=v8 -mflat -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -g -O2 -ffunction-sections -fdata-sections -fno-exceptions -fvtable-gc -finit-priority -I\$(BASE) -I\$(OBJ_DIR)/inc" }
+ default_value { "-mcpu=v8 -mflat -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -g -O2 -ffunction-sections -fdata-sections -fno-exceptions -fvtable-gc -finit-priority -I\$(BASE) \$(EXTRA_INCLUDES)" }
description "
This option controls the global compiler flags which
are used to compile all packages by