summaryrefslogtreecommitdiff
path: root/configure
Commit message (Collapse)AuthorAgeFilesLines
* Sync with gccDJ Delorie2002-04-151-32/+35
|
* When build != host, create libiberty for the build machine.DJ Delorie2001-11-281-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).
* * configure: Output host type to stdout, not stderr.DJ Delorie2001-02-071-1/+1
|
* * configure (topsrcdir): Don't use dirname.Jeff Law2000-07-231-1/+2
|
* merge with gccJason Merrill2000-07-221-6/+11
|
* 20000-05-21 H.J. Lu (hjl@gnu.org)H.J. Lu2000-05-211-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.
* 20000-05-19 H.J. Lu (hjl@gnu.org)H.J. Lu2000-05-191-2/+15
| | | | | * configure: Provide --disable-target-dir-sanity-checking to disable the gcc directory checking for cross compiling.
* 20000-05-18 H.J. Lu (hjl@gnu.org)H.J. Lu2000-05-181-0/+11
| | | | | * configure: Ask to create the gcc directory for cross compiling if necessary.
* Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney2000-04-091-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.
* * configure.in: -linux-gnu*, not -linux-gnu.Jason Merrill2000-03-301-2/+2
| | | | | * configure (gcc_version): When setting, narrow search to lines containing `version_string'.
* Apply patches to support Insight by hand from insight-2000-02-04 snapshot.Jason Molenda2000-02-071-0/+17
|
* From Eli Zaretskii <eliz@is.elta.co.il>:Ian Lance Taylor1999-08-081-2/+2
| | | | | * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly long file name when using DJGPP on MS-DOS.
* * configure: Add -W -Wall to the default CFLAGS when compiling withIan Lance Taylor1999-07-111-6/+9
| | | | gcc.
* Initial revisionRichard Henderson1999-05-031-0/+1595