Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
PolyORB-HI-C
Commits
0547f595
Commit
0547f595
authored
Mar 30, 2015
by
yoogx
Browse files
* Ignore error when including RTEMS makefiles, to let the
machinery in Makefile.common report a more meaningful message
parent
1a83710b
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/make/Makefile.leon.rtems_posix
View file @
0547f595
...
...
@@ -7,10 +7,9 @@
## This file has been built for a generic RTEMS integration
include
$(RTEMS_MAKEFILE_PATH)/Makefile.inc
include
$(RTEMS_CUSTOM)
include
$(PROJECT_ROOT)/make/leaf.cfg
-include
$(RTEMS_MAKEFILE_PATH)/Makefile.inc
-include
$(RTEMS_CUSTOM)
-include
$(PROJECT_ROOT)/make/leaf.cfg
define
bsp-post-link
$(NM)
-g
-n
$@
>
$(basename
$@).num
...
...
@@ -25,15 +24,15 @@ CPP = $(CXX_FOR_TARGET)
LD
=
$(LD_FOR_TARGET)
GPROF
=
sparc-rtems-gprof
TARGET_SOURCES
=
TARGET_SOURCES
=
#TARGET_TRANSPORT_SOURCES = $(RUNTIME_PATH)/config/leon-rtems/config.c
TARGET_TRANSPORT_SOURCES
=
TARGET_TRANSPORT_SOURCES
=
TARGET_CFLAGS
=
-DRTEMS_POSIX
-DLEON_RTEMS
$(GCC_GENERIC_FLAGS)
$(CPU_FLAGS)
$(AM_FLAGS)
$(GCCSPECS)
TARGET_INCLUDE
=
-I
$(RUNTIME_PATH)
/config/leon-rtems/
TARGET_LDFLAGS
=
-lrtemsbsp
-lc
-lm
TARGET_LDFLAGS
=
-lrtemsbsp
-lc
-lm
ifndef
RTEMS_API
TARGET_CFLAGS
+=
-DRTEMS48
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment