summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/makecustom.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-10 13:49:33 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-10-10 13:50:41 +0200
commit6ca00e61dc8ba9f3c0510aa88209ef8ca31e3b6d (patch)
tree5c83964b405d0f51e01c7a53fac2c49f97dea3fd /spec/build/bsps/makecustom.yml
parenttestsuite/rcxx01: Add examples for use in the User manual (diff)
downloadrtems-6ca00e61dc8ba9f3c0510aa88209ef8ca31e3b6d.tar.bz2
build: Fix legacy Makefile support
Close #4140.
Diffstat (limited to 'spec/build/bsps/makecustom.yml')
-rw-r--r--spec/build/bsps/makecustom.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/build/bsps/makecustom.yml b/spec/build/bsps/makecustom.yml
index e04d4281c7..139629b597 100644
--- a/spec/build/bsps/makecustom.yml
+++ b/spec/build/bsps/makecustom.yml
@@ -2,10 +2,10 @@ SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: config-file
content: |
include $$(RTEMS_ROOT)/make/custom/default.cfg
- RTEMS_CPU = ${ARCH}
+ CPU_DEFINES = -I$$(exec_prefix)/$$(RTEMS_BSP)/lib/include
CPU_CFLAGS = ${ABI_FLAGS}
CFLAGS_OPTIMIZE_V = ${OPTIMIZATION_FLAGS}
- LDFLAGS = ${LDFLAGS}
+ LDFLAGS = -B$$(exec_prefix)/$$(RTEMS_BSP)/lib ${PKGCONFIG_LDFLAGS}
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true