aboutsummaryrefslogtreecommitdiff
path: root/configure
AgeCommit message (Collapse)AuthorFilesLines
2002-05-13* configure: move some logic to configure.inDJ Delorie1-16/+0
* configure.in: move some logic from configure
2002-04-15Sync with gccDJ Delorie1-32/+35
2001-11-28When build != host, create libiberty for the build machine.DJ Delorie1-0/+7
* Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace CONFIG_ARGUMENTS. (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR): New variables. (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables and rules. (all.normal): Depend on ALL_BUILD_MODULES. (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS. (all-build-libiberty): Depend on configure-build-libiberty. * configure: Calculate and substitute proper value for ALL_BUILD_MODULES. * configure.in: Create the build subdirectory. Calculate and substitute TARGET_CONFIGARGS (formerly CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
2001-02-07* configure: Output host type to stdout, not stderr.DJ Delorie1-1/+1
2000-07-23 * configure (topsrcdir): Don't use dirname.Jeff Law1-1/+2
2000-07-22merge with gccJason Merrill1-6/+11
2000-05-2120000-05-21 H.J. Lu (hjl@gnu.org)H.J. Lu1-24/+0
* configure: Revert changes made on May 18 and May 19. * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc directory are used if they exist. Make sure $(build_tooldir)/include is searched for header files, $(build_tooldir)/lib/ for library files. (GCC_FOR_TARGET): Likewise. (CXX_FOR_TARGET): Likewise.
2000-05-1920000-05-19 H.J. Lu (hjl@gnu.org)H.J. Lu1-2/+15
* configure: Provide --disable-target-dir-sanity-checking to disable the gcc directory checking for cross compiling.
2000-05-1820000-05-18 H.J. Lu (hjl@gnu.org)H.J. Lu1-0/+11
* configure: Ask to create the gcc directory for cross compiling if necessary.
2000-04-09Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney1-8/+5
Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to set it. Add configure option --enable-build-warnings. Re-generate all and sundry using auto*-000227.
2000-03-30 * configure.in: -linux-gnu*, not -linux-gnu.Jason Merrill1-2/+2
* configure (gcc_version): When setting, narrow search to lines containing `version_string'.
2000-02-07Apply patches to support Insight by hand from insight-2000-02-04 snapshot.Jason Molenda1-0/+17
1999-08-08 From Eli Zaretskii <eliz@is.elta.co.il>:Ian Lance Taylor1-2/+2
* configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly long file name when using DJGPP on MS-DOS.
1999-07-11 * configure: Add -W -Wall to the default CFLAGS when compiling withIan Lance Taylor1-6/+9
gcc.
1999-05-0319990502 sourceware importbinu_ss_19990502Richard Henderson1-0/+1595