Fixed 'gnustep-config --variable=OBJCXX'

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/tools/make/trunk@32812 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2011-04-08 22:59:25 +00:00
parent ad291a70ce
commit 30d30eb201
3 changed files with 11 additions and 4 deletions

View file

@ -1,7 +1,14 @@
2011-04-08 Riccardo Mottola <rm@gnu.org>
* target.make
Override gcc's default relax option sent to the linker in case of relative linking -Wl,-r. This shuld affect only SPARC and a few others uncommon archs and be already ignored on the others.
* target.make: Override gcc's default relax option sent to the
linker in case of relative linking -Wl,-r. This should affect
only SPARC and a few others uncommon archs and be ignored on the
others.
2011-04-08 Nicola Pero <nicola.pero@meta-innovation.com>
* configure.ac: Set OBJCXX to ${CXX}, not to the literal CXX.
* configure: Updated.
2011-04-08 Nicola Pero <nicola.pero@meta-innovation.com>

2
configure vendored
View file

@ -3533,7 +3533,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# Similarly for the ObjC++ compiler ... but only new versions of autoconf
# support it, so we pretend by using the C++ compiler
#AC_PROG_OBJCXX
OBJCXX=CXX
OBJCXX="${CXX}"
ac_aux_dir=
for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do

View file

@ -40,7 +40,7 @@ AC_PROG_CXX
# Similarly for the ObjC++ compiler ... but only new versions of autoconf
# support it, so we pretend by using the C++ compiler
#AC_PROG_OBJCXX
OBJCXX=CXX
OBJCXX="${CXX}"
AC_CANONICAL_TARGET([])