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
ec04887e
Commit
ec04887e
authored
Sep 10, 2013
by
yoogx
Browse files
* Correct detection of RTEMS
parent
c570eca5
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/make/Makefile.common
View file @
ec04887e
...
...
@@ -13,7 +13,7 @@ ifneq ($(USE_CPP_LINKER),)
LD
=
$(LD_CPP)
endif
build-node
:
compile-node
build-node
:
compile-node
################################################################################
# Configuration
...
...
@@ -223,7 +223,7 @@ compile-node: $(BINARY)
ifeq
($(TARGET), $(filter $(TARGET), leon3-scoc3 leon.rtems leon.rtems_posix))
OBJS
=
$(USER_OBJS)
$(PO_HI_OBJS)
$(GENERATED_OBJS)
$(EXTERNAL_OBJECTS)
$(BINARY)
:
if
[
x
"
$$
RTEMS_MAKEFILE_PATH"
=
x
""
]
;
then
\
if
[
x
"
$$
RTEMS_MAKEFILE_PATH"
=
x
""
]
;
then
\
echo
"Please define the RTEMS_MAKEFILE_PATH variable, exiting"
;
\
else
\
$(MAKE)
generate-asn1-deployment compile-c-files compile-cpp-files compile-ada-files target-objects compile-po-hi
$(USER_OBJS)
$(GENERATED_OBJS)
;
\
...
...
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