scripts/build/cc/gcc.sh
branch1.10
changeset 2396 e3f16cdbbf5e
parent 2287 61608c9365ab
     1.1 --- a/scripts/build/cc/gcc.sh	Fri Jan 28 18:53:37 2011 +0100
     1.2 +++ b/scripts/build/cc/gcc.sh	Sun Mar 27 00:09:42 2011 +0100
     1.3 @@ -177,8 +177,8 @@
     1.4          # the libstdc++ is not pulled automatically, although it
     1.5          # is needed. Shoe-horn it in our LDFLAGS
     1.6          # Ditto libm on some Fedora boxen
     1.7 -        final_LDFLAGS+=("-lstdc++")
     1.8 -        final_LDFLAGS+=("-lm")
     1.9 +        core_LDFLAGS+=("-lstdc++")
    1.10 +        core_LDFLAGS+=("-lm")
    1.11      else
    1.12          if [ "${CT_CC_STATIC_LIBSTDCXX}" = "y" ]; then
    1.13              # this is from CodeSourcery arm-2010q1-202-arm-none-linux-gnueabi.src.tar.bz2