Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CLHEP
CLHEP
Commits
d854403a
Commit
d854403a
authored
Oct 11, 2006
by
Lynn Garren
Browse files
cygwin gcc
parent
7458bf66
Changes
1
Show whitespace changes
Inline
Side-by-side
Random/configure.in
View file @
d854403a
...
...
@@ -202,9 +202,10 @@ g++)
AR="ar"; ARFLAGS="cru"
;;
*-*-cygwin*)
AM_CXXFLAGS="-O -ansi -pedantic -Wall -D_GNU_SOURC"
MY_SHFLAGS="-DPIC"; MY_SHLINK="-shared"; SHEXT=so
MY_SHNAME="-Wl,-soname,"; MY_LD="-Wl,--rpath -Wl,"
AM_CXXFLAGS="-O -Wall"
MY_SHFLAGS="-DPIC"; SHEXT=dll
MY_SHLINK="-shared -Wl,--export-all-symbols -Wl,--enable-auto-import -Wl,--whole-archive -Wl,--no-whole-archive"
MY_SHNAME="-Wl,-out-implib="; MY_LD="-Wl,--rpath -Wl,"
AR="ar"; ARFLAGS="cru"
;;
*)
...
...
@@ -242,7 +243,7 @@ c++)
AR="ar"; ARFLAGS="cru"
;;
*-*-cygwin*)
AM_CXXFLAGS="-O -
ansi -pedantic -Wall -D_GNU_SOURC
"
AM_CXXFLAGS="-O -
Wall
"
MY_SHFLAGS="-DPIC"; MY_SHLINK="-shared"; SHEXT=so
MY_SHNAME="-Wl,-soname,"; MY_LD="-Wl,--rpath -Wl,"
AR="ar"; ARFLAGS="cru"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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