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
531edb79
Commit
531edb79
authored
Feb 20, 2014
by
yoogx
Browse files
* Move CYGWIN macros to Makefile.common.in
parent
d2978101
Changes
3
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
531edb79
...
...
@@ -61,7 +61,7 @@ case ${host_os} in
NATIVE_LDFLAGS="${NATIVE_LDFLAGS} -lpthread -lrt"
SIMULINK_LDFLAGS="-lm"
;;
*cygwin*)
*cygwin*)
NATIVE_CFLAGS="${NATIVE_CFLAGS} -D_GNU_SOURCE"
NATIVE_LDFLAGS="${NATIVE_LDFLAGS} -lpthread -lwsock32"
SIMULINK_LDFLAGS="-lm"
...
...
@@ -217,6 +217,7 @@ AC_OUTPUT([
share/tsim/Makefile
share/make/Makefile
share/utils/Makefile
share/make/Makefile.common
share/make/Makefile.native
share/config/Makefile
share/config/spif-rtems/Makefile
...
...
share/make/Makefile.common
→
share/make/Makefile.common
.in
View file @
531edb79
...
...
@@ -2,6 +2,9 @@
# middleware written for generated code from AADL models.
# You should use it with the Ocarina toolsuite.
CYGPATH_U
=
@CYGPATH_U@
CYGPATH_W
=
@CYGPATH_W@
GCC_GENERIC_CFLAGS
=
-Wall
-g
all
:
build-node
...
...
share/make/Makefile.native.in
View file @
531edb79
CYGPATH_U
=
@CYGPATH_U@
CYGPATH_W
=
@CYGPATH_W@
TARGET_CFLAGS
=
@NATIVE_CFLAGS@
TARGET_LDFLAGS
=
@NATIVE_LDFLAGS@
-lm
SIMULINK_LDFLAGS
=
@SIMULINK_LDFLAGS@
...
...
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