aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)AuthorFilesLines
2008-09-042008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>Aaron W. LaFramboise1-1/+12
* configure.ac (RPATH_ENVVAR): Use PATH on Windows. (GCC_SHLIB_SUBDIR): New. * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR. * configure: Regenerate. * Makefile.in: Regenerate.
2008-08-282008-08-28 Tristan Gingold <gingold@adacore.com>Tristan Gingold1-1/+1
* configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9): Enable bfd, binutils and opcodes. * configure: Regenerate.
2008-08-16 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.Richard Sandiford1-0/+3
* configure: Regenerate. config/ * mt-mips16-compat: New file, taken from mt-mips-elfoabi. * mt-mips-elfoabi: Include mt-mips16-compat. * mt-mips-gnu: New file.
2008-07-302008-07-30 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-2/+10
Sync with gcc: 2008-07-30 Paolo Bonzini <bonzini@gnu.org> * configure.ac: Add makefile fragments for hpux. * Makefile.def (flags_to_pass): Add ADA_CFLAGS. * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS. * configure: Regenerate. * Makefile.in: Regenerate. 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * Makefile.tpl ($(srcdir)/configure): Update dependencies. * Makefile.in: Regenerate. * configure: Regenerate. config: 2008-07-30 Paolo Bonzini <bonzini@gnu.org> * mh-pa: New, from gcc/config/pa/x-ada. * mh-pa-hpux10: New, from gcc/config/pa/x-ada-hpux10. 2008-06-11 Bernhard Fischer <aldot@gcc.gnu.org> * tls.m4: Fix typos.
2008-06-17 * configure: Regenerate.Ralf Wildenhues1-8/+24
config/ * override.m4: Use m4_version_prereq throughout. (_AC_ARG_VAR_VALIDATE, AC_MSG_FAILURE): Backport from git Autoconf: output pwd along with fatal errors, so the right config.log file is hinted at more prominently. (PARSE_ARGS): Push setting of ac_pwd in this diversion. (_GCC_AUTOCONF_VERSION): New, define to 2.59 if not defined. (_GCC_AUTOCONF_VERSION_CHECK): New macro, require use of Autoconf version _GCC_AUTOCONF_VERSION throughout the tree. (m4_wrap): New override, fix for Posix semantics of m4wrap. binutils/ * configure: Regenerate. opcodes/ * configure: Regenerate. bfd/ * configure: Regenerate. gas/ * configure: Regenerate. gprof/ * configure: Regenerate. ld/ * config.in: Regenerate. * configure: Regenerate.
2008-06-16 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, whenRalf Wildenhues1-30/+30
"$@" is still intact with both Autoconf 2.59 and 2.62. * configure: Regenerate.
2008-06-13 * configure.ac (arm*-*-linux-gnueabi): Don't disable buildingJulian Brown1-1/+0
of libobjc for ARM EABI Linux. * configure: Regenerate.
2008-06-122008-06-12 David S. Miller <davem@davemloft.net>David Edelsohn1-1/+1
David Edelsohn <edelsohn@gnu.org> * configure.ac: Add powerpc*-*-* to gold supported targets. * configure: Regenerate.
2008-04-182008-04-18 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-7/+16
Sync with gcc: 2008-04-18 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/35457 * configure.ac: Include override.m4. * configure: Regenerate. 2008-04-18 Paolo Bonzini <bonzini@gnu.org> * Makefile.tpl (restrap): Call `make all' using double-colon rules. * Makefile.in: Regenerate. 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com> * configure.ac: Do not build libssp for the AVR. * configure: Regenerate. config: 2008-04-18 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/35457 * override.m4: Add this. Make sure aclocal always picks it. Add more lenient precious variable check, backported from autoconf trunk.
2008-04-18 * configure.ac (cr16-*-*): Add case for cr16 target and include gdbNick Clifton1-0/+3
as nonconfigurable directories list. * configure: Regenerate.
2008-04-15toplevel/David S. Miller1-1/+1
* configure.ac: Add sparc*-*-* to gold supported targets. * configure: Regenerate. gold/ * sparc.cc: New file. * Makefile.am (TARGETSOURCES): Add sparc.cc (ALL_TARGETOBJS): Add sparc.$(OBJEXT) * configure.tgt: Document targ_extra_size and targ_extra_big_endian. Add entries for sparc-* and sparc64-*. * configure.ac: Handle targ_extra_size and targ_extra_big_endian. * Makefile.in: Rebuild. * configure: Likewise. * po/POTFILES.in: Likewise. * po/gold.pot: Likewise.
2008-04-07correctly regenerate configureNick Clifton1-1/+2
2008-04-04 PR binutils/4334Nick Clifton1-0/+26
* acx.m4 (ACX_CHECK_CYGWIN_CAT_WORKS): New macro to check that cygwin builds are not running in textmode. * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted builds. * configure: Regenerate.
2008-04-04PR other/35151Nick Clifton1-4/+1
* configure.ac: Combine rules for mingw32 and mingw64. * configure: Regenerate.
2008-03-21Copy this patch over from master gcc repository:Ian Lance Taylor1-2/+39
* configure.ac: Add support for --enable-gold. * Makefile.def: Add gold as a directory like ld. * configure, Makefile.in: Regenerate.
2008-03-17 * configure.ac: m4_include config/proginstall.m4.Ralf Wildenhues1-5/+17
* configure: Regenerate. config/ * proginstall.m4: New file, with fixed AC_PROG_INSTALL. bfd/ * aclocal.m4: Regenerate. * configure: Likewise. * Makefile.in: Likewise. bfd/doc/ * Makefile.in: Regenerate. intl/ * aclocal.m4: Regenerate. * configure: Likewise. gas/ * aclocal.m4: Regenerate. * configure: Likewise. * Makefile.in: Likewise. * doc/Makefile.in: Likewise. ld/ * aclocal.m4: Regenerate. * configure: Likewise. * Makefile.in: Likewise. opcodes/ * aclocal.m4: Regenerate. * configure: Likewise. * Makefile.in: Likewise. binutils/ * aclocal.m4: Regenerate. * configure: Likewise. * Makefile.in: Likewise. * doc/Makefile.in: Likewise. gprof/ * aclocal.m4: Regenerate. * configure: Likewise. * Makefile.in: Likewise.
2008-02-202008-02-20 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-1/+35
PR bootstrap/32009 PR bootstrap/32161 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here. * configure: Regenerate. * Makefile.def: Define stage_libcflags for all bootstrap stages. * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS, STAGE4_LIBCFLAGS): New. (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET). (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS. (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS. (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags for target modules. Don't export LIBCFLAGS. (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET. (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS). * Makefile.in: Regenerate. config: 2008-02-20 Paolo Bonzini <bonzini@gnu.org> PR bootstrap/32009 * mh-ppc-darwin (BOOT_CFLAGS): Reenable.
2008-02-02 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.Hans-Peter Nilsson1-1/+0
* configure: Regenerate.
2008-02-012008-01-31 Marc Gauthier <marc@tensilica.com>Bob Wilson1-2/+2
* configure.ac (xtensa*-*-*): Recognize processor variants. * configure: Regenerate.
2008-01-312008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>Paolo Bonzini1-1/+6
PR bootstrap/34922 * configure.ac (PARSE_ARGS): Push suitable setting of ac_subdirs_all, for `./configure --help=recursive'. Handle `+' in generic toplevel directory disabling. * configure: Regenerate.
2007-12-18/tmp/foo.diffRichard Sandiford1-4/+4
2007-12-14Merge from gcc:DJ Delorie1-1/+1
2007-12-10 Andreas Tobler <a.tobler@schweiz.org> * configure.ac: Enable libjava for x86_64-*-darwin9. * configure: Regenerate.
2007-10-08* configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD, LDFLAGS_FOR_BUILD): ↵Nick Clifton1-3/+5
Default them to host flags only for $host = $build. Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS. * configure: Regenerate.
2007-10-01regenerate configurePaolo Bonzini1-4/+54
2007-09-20Merge from gcc:DJ Delorie1-2/+2
2007-09-19 Benjamin Kosnik <bkoz@redhat.com> * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before libstdc++. * Makefile.def: Add libgomp config as a maybe dependency for libstdc++. * configure: Regenerate. * Makefile.in: Regenerate.
2007-09-20 * configure.ac (mipsisa*-*-elfoabi*): New stanza.Richard Sandiford1-0/+3
* configure: Regenerate. config/ * mt-mips-elfoabi: New file.
2007-09-17 * configure.ac: Raise minimum makeinfo version to 4.6.Andreas Schwab1-2/+2
* configure: Regenerate.
2007-09-14 * configure.ac: Correct makeinfo version check.Alan Modra1-1/+1
* configure: Regenerate.
2007-09-14 * configure.ac (mips*-sde-elf*): New stanza. Add target-libibertyRichard Sandiford1-0/+8
to $skipdirs and only disable gprof for newlib. Use the normal mips*-elf* handling in other respects. * configure: Regnerate.
2007-09-122007-09-12 David Daney <ddaney@avtrex.com>David Daney1-5/+2
* configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus enabling libgcj. * configure: Regenerate. 2007-09-12 Richard Guenther <rguenther@suse.de> * configure.ac (--enable-stage1-checking): If neither --enable-checking nor --disable-checking is provided also turn on yes and types checking for stage1. * configure: Re-generate.
2007-09-112007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>Andrew Haley1-0/+2
PR target/33281 * configure.ac: Use config/mh-mingw on mingw. * configure: Regenerate. * config/mh-mingw: New host makefile fragment.
2007-09-112007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>DJ Delorie1-10/+41
PR other/32154 * configure.ac: For libgloss targets, point the linker to the linker script, startup code and simulator library. * configure: Regenerate.
2007-09-092007-09-09 Andrew Haley <aph@redhat.com>Andrew Haley1-2/+2
* configure.ac (noconfigdirs): Remove target-libffi and target-libjava.
2007-08-21Bring over from the GCC tree:Ben Elliston1-2/+2
2007-08-21 Richard Guenther <rguenther@suse.de> * configure.ac: Add types checking to stage1 checking flags. * configure: Regenerate.
2007-08-182007-08-18 Paul Brook <paul@codesourcery.com>Joseph Myers1-1/+19
Joseph Myers <joseph@codesourcery.com> * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New. (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it. * Makefile.in: Regenerate. * configure.ac (--with-debug-prefix-map): New. * configure: Regenerate. config: 2007-08-18 Paul Brook <paul@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * mt-gnu (CXXFLAGS_FOR_TARGET): Add $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
2007-08-172007-08-17 Richard Sandiford <richard@codesourcery.com>Richard Sandiford1-0/+3
Nigel Stephens <nigel@mips.com> * config/mt-sde: New file. * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde as target_makefile_frag. * configure: Regenerate.
2007-08-13 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): PassBen Elliston1-0/+6
--silent if $silent. * configure: Regenerate.
2007-07-12 * configure.ac: Fix my previous change to really match GCC.Bernd Schmidt1-1/+1
* configure: Regenerate.
2007-07-11Merge from gcc:DJ Delorie1-28/+28
2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure.ac: Rewrite 'configure --help' strings to look nicer. * configure: Regenerate. 2007-07-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de> * configure.ac: Add some missing m4 quotation. * configure: Regenerate.
2007-07-09Import patch from FSF gcc sources to add support for building windmc tool.Nick Clifton1-1/+414
2007-07-02 * acx.m4 (ACX_CHECK_INSTALLED_TARGET_TOOL): Fixup logic for crossMike Stump1-20/+50
builds. * acx.m4 (NCN_STRICT_CHECK_TARGET_TOOLS): Fix incremental builds. (ACX_HAVE_GCC_FOR_TARGET): Likewise.
2007-06-29 * configure.ac: Don't add target-libmudflap to noconfigdirs forBernd Schmidt1-1/+1
uclinux and linux-uclibc targets. * configure: Regenerate.
2007-06-28* configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we'reDJ Delorie1-0/+3
not building newlib. * configure: Regenerated.
2007-06-042007-06-04 Paolo Bonzini <bonzini@gnu.org>Paolo Bonzini1-0/+6
Sync with gcc: 2007-05-30 Jakub Jelinek <jakub@redhat.com> PR bootstrap/29382 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1. * configure: Rebuilt.
2007-03-21 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quotingRichard Sandiford1-1/+1
of glob. Quote arguments with single quotes too. * configure: Regenerate.
2007-03-07 * configure: Regenerate.Andreas Schwab1-64/+97
config/: * acx.m4 (GCC_TARGET_TOOL): Expand backquotes outside AC_MSG_RESULT.
2007-03-05Merge from gcc:DJ Delorie1-3/+16
+2007-03-01 Brooks Moses <brooks.moses@codesourcery.com> + + * configure.ac: Add "--with-pdfdir" configure option, + which defines pdfdir variable. + * Makefile.def (target=fixincludes): Add install-pdf to + missing targets. + (recursive_targets): Add install-pdf target. + (flags_to_pass): Add pdfdir. + * Makefile.tpl: Add pdfdir handling, add do-install-pdf + target. + * configure: Regenerate + * Makefile.in: Regenerate + +2007-02-28 Eric Christopher <echristo@apple.com> + + Revert: + 2006-12-07 Mike Stump <mrs@apple.com> + + * Makefile.def (dependencies): Add dependency for + install-target-libssp and install-target-libgomp on + install-gcc. + * Makefile.in: Regenerate. + +2007-02-27 Matt Kraai <kraai@ftbfs.org> + + * configure: Regenerate. + * configure.ac: Move statements after variable declarations. +
2007-02-19 * configure.ac: Adjust for loop syntax.Joseph Myers1-1/+2
* configure: Regenerate.
2007-02-18ChangeLog:Alexandre Oliva1-26/+1419
* configure: Rebuilt. config/ChangeLog: * acx.m4 (NCN_STRICT_CHECK_TOOLS): Mark environment variable as precious. Prefer it over a cached value. Use cached value verbosely. (NCN_STRICT_CHECK_TARGET_TOOLS): Likewise. Don't override environment variable with build-time tools.
2007-02-18* configure.ac: Drop multiple occurrences of --enable-languages,Alexandre Oliva1-1/+1
and fix its quoting. * configure: Rebuilt.