1
0
Fork 0

solaris include and library paths

This commit is contained in:
Charles Phillips 2016-01-25 16:08:52 -08:00
parent 4ecfccc5c7
commit aa388bf119
1 changed files with 2 additions and 0 deletions

View File

@ -110,7 +110,9 @@ case $target in
*-*-solaris*) *-*-solaris*)
tr_SOLARIS="yes" tr_SOLARIS="yes"
CC="gcc -std=gnu99" CC="gcc -std=gnu99"
CPPFLAGS=" -I/opt/local/include -L/opt/local/lib"
CXXFLAGS="-static-libstdc++ -D_GLIBCXX_USE_C99" CXXFLAGS="-static-libstdc++ -D_GLIBCXX_USE_C99"
LDFLAGS="-Wl,-rpath,/opt/local/lib -L/opt/local/lib"
;; ;;
armv7l-*-linux-gnueabihf) armv7l-*-linux-gnueabihf)