mirror of
https://github.com/gnustep/tools-make.git
synced 2025-04-23 22:33:28 +00:00
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:
parent
ad291a70ce
commit
30d30eb201
3 changed files with 11 additions and 4 deletions
11
ChangeLog
11
ChangeLog
|
@ -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
2
configure
vendored
|
@ -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
|
||||
|
|
|
@ -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([])
|
||||
|
||||
|
|
Loading…
Reference in a new issue