summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* 2003-08-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-08-011-1/+1
| | | | | * configure.in (noconfigdirs): Do not add GDB when m32r-*-*. * configure: Ditto.
* * configure.in: Enable libgcj for darwin.DJ Delorie2003-07-301-1/+1
| | | | * configure: Rebuild.
* * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' whenNathanael Nerode2003-07-281-19/+1
| | | | | | | creating target and build subdirs to build all parent dirs as needed. * Makefile.in: Rebuild. * configure.in: Don't build dirs explicitly here. * configure: Rebuild.
* * Makefile.tpl: Set INSTALL and friends using autoconf. RemoveNathanael Nerode2003-07-131-0/+3
| | | | | | | unused INSTALL_PROGRAM_ARGS. * configure.in: Use AC_PROG_INSTALL. * Makefile.in: Regenerate. * configure: Regenerate.
* * configure: Rebuilt.Alexandre Oliva2003-07-101-0/+3
| | | | | | | | 2001-09-26 Alexandre Oliva <aoliva@redhat.com> * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build newlib nor libgloss. Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com> * configure.in (am33_2.0-*-linux*): Added.
* * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.Bob Wilson2003-07-101-0/+3
| | | | * configure: Regenerate.
* * configure.in: Clean up config-lang.in handling. DeleteNathanael Nerode2003-06-271-30/+39
| | | | | useless assignment to "subdirs". * configure: Regenerate.
* * configure.in: Rename 'target_libs' to 'target_libraries'.Nathanael Nerode2003-06-261-6/+6
| | | | | Remove useless reference to 'target_libs'. * configure: Regenerate.
* * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlibHans-Peter Nilsson2003-06-231-4/+10
| | | | | | and target-libgloss. <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb. <h8300*-*-*>: Disable libf2c and ${libgcj}.
* * configure.in: Update testsuite_flags to new location.DJ Delorie2003-06-181-1/+1
| | | | * configure. Regenerate.
* Merge these:DJ Delorie2003-06-121-13/+14
| | | | | | | | | | | | | | 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32. * configure. Regenerate. 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org> * configure.in: Disable serial configure by default. * configure: Regenerate. * Makefile.tpl: Abolish .NOTPARALLEL. * Makefile.in: Regenerate.
* * Makefile.tpl: Make 'recursive targets' using autogen ratherNathanael Nerode2003-06-031-1/+2
| | | | | | | | | | | than shell loop. Remove duplicate 'clean' targets and false comments. * Makefile.def: Add systematic dependencies to 'recursive' targets. Add systematic method of specifying missing targets in subdirs. Add copyright boilerplate. * Makefile.in: Regenerate. * configure.in: Add 'recursive targets' to maybe list. * configure: Regenerate.
* 2003-05-20 Maciej W. Rozycki <macro@ds2.pg.gda.pl>Maciej W. Rozycki2003-05-201-1/+1
| | | | | * configure.in: Use curly braces in the definition of tooldir. * configure: Regenerate.
* 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2003-05-201-17/+1
| | | | | | | | * configure.in: Switch more things to use maybe dependencies. * Makefile.tpl: Switch more things to use maybe dependencies. Factor out common code from autogen IF statements. * configure: Regenerate. * Makefile.in: Regenerate.
* * configure.in: Accept i[3456789]86 for machine type.DJ Delorie2003-05-191-29/+29
| | | | * configure: Regenerate.
* <top level>Nathanael Nerode2003-05-181-57/+59
| | | | | | | | | | | | | * configure.in: Switch more things to use maybe dependencies. Rearrange a little. Use GCC_TOPLEV_SUBDIRS. * configure: Regenerate. * Makefile.tpl: Switch more things to use maybe dependencies. * Makefile.in: Regenerate. <config> * config/acx.m4: Introduce _GCC_TOPLEV_NONCANONICAL_BUILD, _GCC_TOPLEV_NONCANOICAL_HOST, _GCC_TOPLEV_NONCANONICAL_TARGET, GCC_TOPLEV_SUBDIRS.
* 2003-05-13 Michael Eager <eager@mvista.com>Andreas Jaeger2003-05-131-1/+1
| | | | | | * configure.in: Correct sed script so that options in quotes are not deleted. * configure: Rebuild.
* * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwinCorinna Vinschen2003-05-121-1/+1
| | | | | and $$s/newlib/libc/sys/cygwin32 include paths. * configure: Ditto.
* * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.DJ Delorie2003-04-191-5/+0
| | | | | | | * Makefile.in: Regenerate. * configure.in (powerpc64*-*-linux*): Remove. * configure: Rebuilt.
* * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all theDJ Delorie2003-04-171-0/+1
| | | | | | | | | previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap, and restrap. * Makefile.in: Regenerate. * configure.in (arm-*-netbsdelf*): Enable building java libraries. * configure: Regenerated.
* * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unusedNathanael Nerode2003-03-121-31/+13
| | | | | | | Make macro. * Makefile.in: Regenerate. * configure.in: Clean up gxx_include_dir logic. * configure: Regenerate.
* * configure.in (gxx_include_dir): Fix typo.DJ Delorie2003-03-091-1/+1
| | | | * configure: Regenerated.
* 2003-03-04 Daniel Jacobowitz <drow@mvista.com>Nathanael Nerode2003-03-051-81/+70
| | | | | | | | | | | | | * configure.in: Include $(build_tooldir)/sys-include in FLAGS_FOR_TARGET. * configure: Regenerated. 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org> * Makefile.tpl: Reindent. * Makefile.in: Regenerate. * configure.in: Reindent. Don't set unused variables. * configure: Regenerate.
* * Makefile.tpl: Always pass down RANLIB.Nathanael Nerode2003-03-041-54/+18
| | | | | | | | | | | | | | | * Makefile.in: Regenerate. * Makefile.tpl: Don't set unused enable_shared, enable_threads macros. * Makefile.in: Regenerate. * configure.in: Remove unused logic relating to --enable-shared and --enable-threads. Remove bogus comments. Remove redundant noconfigdirs. * configure: Regenerate. * configure.in: Replace ${libstdcxx_version} by its value. Remove reference to mh-dgux. * configure: Regenerate.
* Add support for kaOS as cross build target system.Nick Clifton2003-02-241-0/+7
|
* * configure.in: Introduce --enable-maintainer-mode.Alexandre Oliva2003-02-191-0/+19
| | | | | | | * configure: Rebuilt. * Makefile.tpl (Makefile.in, configure): Enable dependencies only for maintainer mode. * Makefile.in: Rebuilt.
* * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,Geoffrey Keating2003-02-161-3/+4
| | | | | don't configure target-libobjc. * configure: Regenerate.
* Source Navigator is now on sourceforge...Keith Seitz2003-02-061-11/+11
| | | | | | | | * Makefile.def: Remove "snavigator", "grep", and "db" modules. * Makefile.tpl: Remove "all-snavigator" and "all-grep". * Makefile.in: Regenerated. * configure.in: Remove all traces of snavigator, db, and grep. * configure: Regenerated.
* * configure.in: Revert 24Jan change.Alexandre Oliva2003-01-271-2/+3
| | | | * configure: Regenerate.
* No, really this time.Nathanael Nerode2003-01-241-5/+4
|
* 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2003-01-231-1/+1
| | | | | * configure.in: Revert previous change. * configure: Regenerate.
* 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2003-01-231-1/+1
| | | | | * configure.in: Make rda native-only. * configure: Regenerate.
* * configure.in: Add missing \.Nathanael Nerode2003-01-191-1/+1
| | | | * configure: Rebuilt.
* * configure.in (baseargs): Avoid using \| in sed regularJakub Jelinek2003-01-171-5/+10
| | | | | expressions. * configure: Rebuilt.
* * configure.in (baseargs): Remove all supported forms ofJakub Jelinek2003-01-161-5/+5
| | | | | | --cache-file, --srcdir, --host, --build and --target options from argument lists. * configure: Rebuilt.
* * configure.in (noconfigdirs): Don't skip gas on IRIX 6.Alexandre Oliva2003-01-151-2/+1
| | | | * configure: Rebuilt.
* * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.Nathanael Nerode2003-01-101-1/+1
| | | | | | * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc. * Makefile.in: Regenerate. * configure: Regenerate.
* * configure.in: Remove Makefile in build, host and target modulesAlexandre Oliva2003-01-091-17/+24
| | | | | unless configure was run with --no-recursion. * configure: Rebuilt.
* * configure.in: Add AC_PREREQ for consistency.Christopher Faylor2003-01-071-0/+1
| | | | * configure: Regenerate.
* 2003-01-06 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2003-01-061-1/+13
| | | | | | * configure.in (GDB_TK): Add tcl directories conditional on gdb/gdbtk directory being present. * configure: Regenerate.
* * configure.in (LD): Improve test for gcc. Try to set LD to the ld usedDave Anglin2003-01-041-3/+32
| | | | | by gcc if LD is not defined and we are not doing a Canadian Cross. * configure: Rebuilt.
* * configure.in: Fix use of $program_transform_name.Andreas Schwab2002-12-311-3/+3
| | | | * configure: Regenerated.
* * configure.in (baseargs): Don't remove first configure argument.Daniel Jacobowitz2002-12-311-1/+1
| | | | * configure: Regenerated.
* * Makefile.tpl (local-distclean): Don't remove...Alexandre Oliva2002-12-291-13/+30
| | | | | | | | | | | | | | | | | (multilib.ts): ... this. Moved into... (multilib.out): ... this. Don't use sub-make. ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile, $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into... (configure-build-[+module+], configure-[+module+], configure-target-[+module+], configure-gcc): ... these. Test for Makefile existence. Drop config.status from dependencies. * Makefile.in: Rebuilt. * configure.in: Move gcc-version-trigger to the end of ac_configure_args. Add comments to maybedep.tmp and serdep.tmp. Introduce --disable-serial-configure. Remove nonopt from baseargs, matching and removing corresponding whitespace while at it. * configure: Rebuilt.
* * configure.in (host_configargs): Replace reference toAlexandre Oliva2002-12-281-1/+1
| | | | | no-longer-defined buildopts with --build=${build_alias}. * configure: Rebuilt.
* * Makefile.tpl: Fix dramatic bustage due to change inNathanael Nerode2002-12-281-24/+16
| | | | | | | | | | | | program_transform_name. * Makefile.in: Regenerate. * configure.in: Remove unnecessary PATH setting. * configure: Regnerate. * configure.in: Don't default to unprefixed tools unless the native tools will work. * configure: Regenerate.
* (toplev)Nathanael Nerode2002-12-281-227/+554
| | | | | | | | | | | | | | | * configure.in: Convert to autoconf script. Blow away lots of now-redundant Makefile fragments. * configure: Generate using Autoconf. * Makefile.tpl: Rewrite to reflect autoconfiscation. * Makefile.in: Regenerate. (config) * acx.m4: New. * mh-a68bsd, mh-aix386, mh-apollo68, mh-delta88, mh-hp300, mh-hpux, mh-hpux8, mh-irix5, mh-irix6, mh-ncrsvr43, mh-openedition, mh-riscos, mh-sysv: Delete. * mh-cxux, mh-dgux386, mh-interix, mh-lynxrs6k, mh-ncr3000, mh-necv4, mh-sco, mh-solaris, mh-sysv4, mh-sysv5, mt-v810: Simplify.
* 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>Nathanael Nerode2002-12-231-7/+5
| | | | | | | | | | | | | | | | | * Makefile.tpl: Use shared multilib.out. Use move-if-change for it. Convert (cd foo; make) to (cd foo && make). Clean up multilib.out. * Makefile.in: Regenerate. * configure.in: Remove unnecessary leftovers. 2002-12-22 Geoffrey Keating <geoffk@apple.com> * config/mt-aix43: Delete. 2002-12-21 Geoffrey Keating <geoffk@apple.com> * configure.in (extra_ranlibflags_for_target): New variable. (*-*-darwin): Add -c to ranlib commands. * configure (tooldir): Handle extra_ranlibflags_for_target.
* * Makefile.tpl: Revert HJL's change.Nathanael Nerode2002-12-191-6/+2
| | | | | | * Makefile.in: Regenerated. * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and always.
* * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.Andreas Schwab2002-12-191-0/+1
| | | | * Makefile.in: Regenerate.