Add AC_PROG_CXX.
2011-01-22 H.J. Lu <hongjiu.lu@intel.com> * Makefile.am (CXX): Removed. * configure.in: Add AC_PROG_CXX. * Makefile.in: Regenerated. * configure: Likewise.
This commit is contained in:
parent
ed88c97ee7
commit
3cb622973f
5 changed files with 3834 additions and 7 deletions
|
@ -1,3 +1,12 @@
|
|||
2011-01-22 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* Makefile.am (CXX): Removed.
|
||||
|
||||
* configure.in: Add AC_PROG_CXX.
|
||||
|
||||
* Makefile.in: Regenerated.
|
||||
* configure: Likewise.
|
||||
|
||||
2011-01-22 Richard Sandiford <rdsandiford@googlemail.com>
|
||||
|
||||
* plugin.c (plugin_get_ir_dummy_bfd): Copy across the bfd's
|
||||
|
|
|
@ -92,7 +92,6 @@ CC_FOR_TARGET = ` \
|
|||
fi; \
|
||||
fi`
|
||||
|
||||
CXX = g++
|
||||
CXX_FOR_TARGET = ` \
|
||||
if [ -f $$r/../gcc/g++ ] ; then \
|
||||
if [ -f $$r/../newlib/Makefile ] ; then \
|
||||
|
|
|
@ -183,6 +183,10 @@ CCDEPMODE = @CCDEPMODE@
|
|||
CFLAGS = @CFLAGS@
|
||||
CPP = @CPP@
|
||||
CPPFLAGS = @CPPFLAGS@
|
||||
CXX = @CXX@
|
||||
CXXCPP = @CXXCPP@
|
||||
CXXDEPMODE = @CXXDEPMODE@
|
||||
CXXFLAGS = @CXXFLAGS@
|
||||
CYGPATH_W = @CYGPATH_W@
|
||||
DATADIRNAME = @DATADIRNAME@
|
||||
DEFS = @DEFS@
|
||||
|
@ -281,6 +285,7 @@ abs_srcdir = @abs_srcdir@
|
|||
abs_top_builddir = @abs_top_builddir@
|
||||
abs_top_srcdir = @abs_top_srcdir@
|
||||
ac_ct_CC = @ac_ct_CC@
|
||||
ac_ct_CXX = @ac_ct_CXX@
|
||||
ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
|
||||
am__include = @am__include@
|
||||
am__leading_dot = @am__leading_dot@
|
||||
|
@ -396,7 +401,6 @@ CC_FOR_TARGET = ` \
|
|||
fi; \
|
||||
fi`
|
||||
|
||||
CXX = g++
|
||||
CXX_FOR_TARGET = ` \
|
||||
if [ -f $$r/../gcc/g++ ] ; then \
|
||||
if [ -f $$r/../newlib/Makefile ] ; then \
|
||||
|
|
3824
ld/configure
vendored
3824
ld/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -132,6 +132,7 @@ fi
|
|||
# host-specific stuff:
|
||||
|
||||
AC_PROG_CC
|
||||
AC_PROG_CXX
|
||||
AC_GNU_SOURCE
|
||||
AC_USE_SYSTEM_EXTENSIONS
|
||||
ACX_LARGEFILE
|
||||
|
|
Loading…
Reference in a new issue