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
c570eca5
Commit
c570eca5
authored
Sep 01, 2013
by
yoogx
Browse files
* Correct detection of RTEMS
parent
17a39c8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
share/make/Makefile.common
View file @
c570eca5
...
...
@@ -13,7 +13,7 @@ ifneq ($(USE_CPP_LINKER),)
LD
=
$(LD_CPP)
endif
build-node
:
compile-node
generate-doc
build-node
:
compile-node
################################################################################
# Configuration
...
...
@@ -223,10 +223,9 @@ 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
[
!
-d
$$
RTEMS_MAKEFILE_PATH
/make
]
;
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)
;
\
$(CC)
-o
$(BINARY)
$(EXTERNAL_OBJECTS)
$(PO_HI_OBJS)
$(GENERATED_OBJS)
$(USER_OBJS)
$(LDFLAGS)
$(CFLAGS)
;
\
fi
...
...
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