Fixed patch for HP. The patch talked about in the bug report was for SWIG-1.3.17, but the OS detection has changed since then.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@4355 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
90c0608798
commit
8daf2c32d7
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ then
|
|||
then TRYLINKINGWITHCXX="CXXSHARED= $CXX -Wl,-G";
|
||||
else TRYLINKINGWITHCXX="CXXSHARED= $CXX -G -L/opt/SUNWspro/lib -lCrun";
|
||||
fi;;
|
||||
hp*|HP*) TRYLINKINGWITHCXX="CXXSHARED= $CXX +z ";;
|
||||
*-*-hp*) TRYLINKINGWITHCXX="CXXSHARED= $CXX +z ";;
|
||||
*-*-darwin*) TRYLINKINGWITHCXX="CXXSHARED= $CXX -bundle -undefined suppress -flat_namespace";;
|
||||
*-*-cygwin* | *-*-mingw*)
|
||||
if test "$GCC" = yes; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue