aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
1996-03-05* configure.in (m68k-*-netbsd*): Build everything now.J.T. Conklin1-3/+0
1996-02-27 * configure.in (sparclet-*-*): Build everything now.David Edelsohn1-4/+0
1996-02-27Tue Feb 27 14:31:51 1996 Andreas Schwab ↵Ian Lance Taylor1-0/+1
<schwab@issan.informatik.uni-dortmund.de> * configure.in (m68k-*-linux*): New host.
1996-02-26 * configure.in (sparc64-*): Use mh-sparcpic if --enabled-shared.David Edelsohn1-0/+1
1996-02-16Do not build gdb if building native NT compilers on a UNIX host with a cross ↵Michael Meissner1-2/+2
compiler
1996-02-15 * configure.in: Don't get CC from the host Makefile fragment if weIan Lance Taylor1-30/+41
can find gcc in PATH, or if this is a Canadian Cross. Move the Solaris test for /usr/ucb/cc to the post target script, just after the compiler sanity test.
1996-02-13 * Makefile.in (RPATH_ENVVAR): New variable.Ian Lance Taylor1-0/+9
(REALLY_SET_LIB_PATH): Use it. * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
1996-02-12Fix thinko in sparclet config.David Edelsohn1-0/+1
1996-02-12Recognize sparclet cpu.David Edelsohn1-0/+3
1996-02-05 * configure.in: If --enable-shared was used, set SET_LIB_PATH toIan Lance Taylor1-0/+9
$(REALLY_SET_LIB_PATH) in Makefile. * Makefile.in (SET_LIB_PATH): New variable. (REALLY_SET_LIB_PATH): New variable. ($(DO_X)): Use $(SET_LIB_PATH). (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise. ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise. ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise. ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise. ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise. ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise. (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise. (install-dosrel): Likewise. (all-opcodes): Depend upon all-libiberty.
1996-02-02Fix typoMichael Meissner1-1/+1
1996-02-02Changes to configure.in so that -gm-magic targets won't build libglossGeoffrey Noer1-0/+7
anymore.
1996-02-01 * configure.in, config.sub: Recognize cygwin32.Steve Chamberlain1-8/+14
1996-01-19 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:Stan Shebs1-1/+6
* configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of mh-sco, since old workarounds no longer needed, and don't build ld, since libraries have weak symbols in COFF.
1996-01-12 * configure.in: Make sure that ${CC} can be used to compile anIan Lance Taylor1-0/+16
executable.
1996-01-02 * configure.in (noconfigdirs): Put ld or gas in this early, if theBrendan Kehoe1-31/+35
user specifically used --with-gnu-ld=no or --with-gnu-as=no.
1995-12-21 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no orBrendan Kehoe1-27/+35
--with-gnu-ld=no. Don't build/configure gas or ld if we said we don't want them.
1995-12-19 * configure.in (i386-win32): Don't build expect if we're notJason Molenda1-1/+1
building the tcl subdir.
1995-12-14Delete jaguar. Delete psion sanitization.David Edelsohn1-6/+0
1995-12-11 * configure.in (host==powerpc-pe): Add many directories to noconfigdirsJason Molenda1-5/+9
for powerpc-pe native. (target==i386-win32): add tcl, make to noconfigdirs if canadian cross. (target==powerpc-pe): duplicate i386-win32 entry.
1995-12-09Disable newlib for all vxworks targets.Jim Wilson1-1/+1
1995-11-29* configure.in (noconfigdirs): Disable target-libio on v810-*-*.J.T. Conklin1-1/+1
* config/mt-v810 (CC_FOR_TARGET, AS_FOR_TARGET, AR_FOR_TARGET, RANLIB_FOR_TARGET): Set as appropriate for NEC v810 toolchain.
1995-11-29 * configure.in: Don't configure gas for alpha-dec-osf*.Ian Lance Taylor1-1/+2
1995-11-28 * configure.in: Default to --with-stabs for some targets for whichIan Lance Taylor1-0/+10
it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and i[345]86*-*-unixware*.
1995-11-22 * configure.in (targargs): Fix typo.David Edelsohn1-1/+1
1995-11-21 * configure.in: Strip --host and --target options fromIan Lance Taylor1-3/+15
CONFIG_ARGUMENTS, and always configure for --host only. Add --with-cross-host option when building with a cross-compiler. * configure: Canonicalize the arguments put into config.status by always using `=' for an option with an argument. Pass a presumed --host or --target explicitly.
1995-11-18 * configure.in (target_configdirs): add target-winsup onlyJason Molenda1-1/+2
for win32 target systems.
1995-11-14 * configure.in (target_libs): add target-winsup.Jason Molenda1-7/+5
(target==i386-win32): add patch diff flex make to $noconfigdirs. (target==ppcle-pe): remove ld from $noconfigdirs.
1995-11-13 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,Stan Shebs1-3/+8
accept mpw and mac-mpw as names for m68k Macs, change macos7 to just macos. * configure.in: Configure grez resource compiler if targeting Mac. * Makefile.in (all-grez, install-grez): New targets.
1995-11-07 * configure: Default ${build} correctly. Avoid picking up extraIan Lance Taylor1-0/+6
spaces when reading CC and CXX from Makefile. When doing a Canadian Cross, use plausible default values for numerous variables. * configure.in: When doing a Canadian Cross, don't try to configure tools whose configure script can't handle it.
1995-11-03 * configure.in: Before checking for the existence of various files,Per Bothner1-8/+11
use sed to filter out "target-".
1995-11-01 * configure.in: If the only directory in target_configdirs whichIan Lance Taylor1-0/+17
actually exists is libiberty, then set target_configdirs to empty, to avoid trying to build a target libiberty in a gas or gdb distribution.
1995-11-01* configure.in (host_makefile_frag): Use m68k-sun-sunos* insteadJ.T. Conklin1-1/+1
of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3 systems.
1995-11-01Patches to make fixincludes work for cross toolchains.Jim Wilson1-2/+2
1995-10-31 * Makefile.in, configure.in: Make winsup builds work withSteve Chamberlain1-1/+1
new scheme.
1995-10-31 * Makefile.in, configure.in: Make winsup builds work withSteve Chamberlain1-2/+2
new scheme.
1995-10-30 * configure.in: Build the linker on AIX.Ian Lance Taylor1-7/+3
1995-10-28 * configure.in: Rename libFOO to target-libFOO, and xibertyPer Bothner1-21/+37
to target-xiberty, to provide more flexibility. (target_subdir): Define. Create if cross. Set TARGET_SUBDIR in Makefile to ${target_subdir}. * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty -> all-target-libiberty, configure-libFOO -> configure-target-libFOO, check-libFOO -> check-target-libFOO, etc. ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS. ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES), $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly. (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to allow ALL_GCC="" to only configure. (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in. (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly. (LIBGXX_SUPPORT_DIRS): Remove xiberty.
1995-10-27 * configure.in: Make sure that CC is undefined (as opposed toStu Grossman1-1/+4
null) if toplevel/config/mh-{host} doesn't define it. Fixes a problem with autoconf trying to configure on a host without GCC. * config.sub: Add `magic' as an OS target for General Magic.
1995-10-25Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)Jason Molenda1-3/+0
* Makefile.in (X11_LIB): Removed. (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS. * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
1995-10-19 * configure.in (i[345]86-*-win32): Always build newlib.Steve Chamberlain1-9/+4
Don't configure cvs, autoconf or texinfo. (really this time)
1995-10-19Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-2/+2
* configure.in (i[345]86-*-win32): Always build newlib. Don't configure cvs, autoconf or texinfo. * Makefile.in (LD_FOR_TARGET): New. (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES): Pass down LD_FOR_TARGET.
1995-10-18Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>Steve Chamberlain1-6/+17
* winsup. New directory. * Makefile.in: Build winsup. * configure.in: Winsup is configured when target is win32. Can only build win32 target GDB when native.
1995-10-18jaguar support.David Edelsohn1-0/+4
1995-10-10build gas on AIXIan Lance Taylor1-3/+3
1995-10-09 * configure.in: Stop putting binutils in noconfigdirs forIan Lance Taylor1-2/+2
powerpc-*-aix* and rs6000-*-*.
1995-10-05 * configure.in: Allow configuration and build of emacs19 for the alpha.Brendan Kehoe1-3/+2
1995-10-05 * configure.in (CC): Get ^CC, not just any old CC, fromJason Molenda1-1/+1
${host_makefile_frag}.
1995-10-05 * configure.in (CC): Try to get CC fromJason Molenda1-2/+2
${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
1995-10-04quote string for testIan Lance Taylor1-1/+1