scripts/build/companion_libs/cloog.sh
changeset 2206 2b5f5173daa0
parent 2199 ab0759ba292c
child 2262 32c7bbfa3f65
     1.1 --- a/scripts/build/companion_libs/cloog.sh	Mon Oct 18 16:51:01 2010 +0200
     1.2 +++ b/scripts/build/companion_libs/cloog.sh	Mon Nov 29 00:50:21 2010 +0100
     1.3 @@ -55,7 +55,8 @@
     1.4          cloog_opts+=( --enable-shared --disable-static )
     1.5      else
     1.6          cloog_opts+=( --disable-shared --enable-static )
     1.7 -        cloog_LDFLAGS='-lstdc++ -lm'
     1.8 +        cloog_opts+=( --with-host-libstdcxx='-lstdc++' )
     1.9 +        cloog_LDFLAGS='-lm'
    1.10      fi
    1.11  
    1.12      CFLAGS="${CT_CFLAGS_FOR_HOST}"              \