Browse Source

Fix error in script about check if C compiler is GNU

git-svn-id: trunk@24911 -
pierre 12 years ago
parent
commit
4892461009
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/gdbint/gen-gdblib-inc.sh

+ 1 - 1
packages/gdbint/gen-gdblib-inc.sh

@@ -96,7 +96,7 @@ else
   EXEEXT=
   if [ "$libdir" == "" ]; then
     # Do not add /lib, if -print-search-dirs can be used
-    if [ CC_is_gxx -eq 1 ] ; then
+    if [ $CC_is_gcc -eq 1 ] ; then
       libdir=
     else
       libdir=/lib