Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1996-04-25 | * configure.in: Don't configure --with-gnu-ld on AIX. | Ian Lance Taylor | 1 | -0/+7 | |
1996-04-25 | Turn off gdb temporarily on powerpcle-*-solaris* | Michael Meissner | 1 | -0/+4 | |
1996-04-23 | * Makefile.in (ALL_MODULES): Added all-inet. | Tom Tromey | 1 | -6/+6 | |
(CROSS_CHECK_MODULES): Added check-inet. (INSTALL_MODULES): Added install-inet. (CLEAN_MODULES): Added clean-inet. (all-indent): New target. * configure.in (host_tools): Added inet. (native_only): Added inet. (noconfigdirs): Added inet. | |||||
1996-04-19 | * configure.in: Don't configure libgloss if we are not configuring | Ian Lance Taylor | 1 | -0/+7 | |
newlib. | |||||
1996-04-18 | * configure.in: Don't configure libgloss for unsupported | Rob Savoye | 1 | -25/+28 | |
architectures. | |||||
1996-04-15 | * Makefile.in (ALL_MODULES): Include all-apache. | Tom Tromey | 1 | -6/+6 | |
(CROSS_CHECK_MODULES): Include check-apache. (INSTALL_MODULES): Include install-apache. (all-apache): New target. * configure.in: Added apache everywhere perl is seen. | |||||
1996-04-11 | Propagating 96q2 fix in progressive for bug 12 back into devo | Marilyn Sander | 1 | -0/+3 | |
1996-04-08 | fix last patch | Ian Lance Taylor | 1 | -0/+1 | |
1996-04-08 | * configure.in: Permit --enable-shared to specify a list of | Ian Lance Taylor | 1 | -3/+9 | |
directories. | |||||
1996-04-05 | * configure.in (host==solaris): Pass only the first word of $CC | Jason Molenda | 1 | -1/+2 | |
to /usr/bin/which when checking if we're using /usr/ccs/bin/cc. /usr/ucb/which on Solaris barfs out an error if $CC is set to seomthing like "cc -xcg92" or "gcc -mv8". It is harmless, but it looks bad. | |||||
1996-03-29 | * Makefile.in (ALL_MODULES): Include all-perl. | Tom Tromey | 1 | -6/+6 | |
(CROSS_CHECK_MODULES): Include check-perl. (INSTALL_MODULES): Include install-perl. (ALL_X11_MODULES): Include all-guile. (CHECK_X11_MODULES): Include check-guile. (INSTALL_X11_MODULES): Include install-guile. (all-perl): New target. (all-guile): New target. * configure.in (host_tools): Include perl and guile. (native_only): Include perl and guile. (noconfigdirs): Don't build guile and perl; no ports have been done. | |||||
1996-03-20 | Wed Mar 20 18:10:57 1996 Andreas Schwab ↵ | Ian Lance Taylor | 1 | -1/+1 | |
<schwab@issan.informatik.uni-dortmund.de> * configure.in: Add missing global flag in sed substitution when deleting `target-' from ${configdirs}. | |||||
1996-03-15 | * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of | Ian Lance Taylor | 1 | -0/+1 | |
config/mh-necv4. | |||||
1996-03-05 | * configure.in (m68k-*-netbsd*): Build everything now. | J.T. Conklin | 1 | -3/+0 | |
1996-02-27 | * configure.in (sparclet-*-*): Build everything now. | David Edelsohn | 1 | -4/+0 | |
1996-02-27 | Tue Feb 27 14:31:51 1996 Andreas Schwab ↵ | Ian Lance Taylor | 1 | -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 Edelsohn | 1 | -0/+1 | |
1996-02-16 | Do not build gdb if building native NT compilers on a UNIX host with a cross ↵ | Michael Meissner | 1 | -2/+2 | |
compiler | |||||
1996-02-15 | * configure.in: Don't get CC from the host Makefile fragment if we | Ian Lance Taylor | 1 | -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 Taylor | 1 | -0/+9 | |
(REALLY_SET_LIB_PATH): Use it. * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH. | |||||
1996-02-12 | Fix thinko in sparclet config. | David Edelsohn | 1 | -0/+1 | |
1996-02-12 | Recognize sparclet cpu. | David Edelsohn | 1 | -0/+3 | |
1996-02-05 | * configure.in: If --enable-shared was used, set SET_LIB_PATH to | Ian Lance Taylor | 1 | -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-02 | Fix typo | Michael Meissner | 1 | -1/+1 | |
1996-02-02 | Changes to configure.in so that -gm-magic targets won't build libgloss | Geoffrey Noer | 1 | -0/+7 | |
anymore. | |||||
1996-02-01 | * configure.in, config.sub: Recognize cygwin32. | Steve Chamberlain | 1 | -8/+14 | |
1996-01-19 | SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>: | Stan Shebs | 1 | -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 an | Ian Lance Taylor | 1 | -0/+16 | |
executable. | |||||
1996-01-02 | * configure.in (noconfigdirs): Put ld or gas in this early, if the | Brendan Kehoe | 1 | -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 or | Brendan Kehoe | 1 | -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 not | Jason Molenda | 1 | -1/+1 | |
building the tcl subdir. | |||||
1995-12-14 | Delete jaguar. Delete psion sanitization. | David Edelsohn | 1 | -6/+0 | |
1995-12-11 | * configure.in (host==powerpc-pe): Add many directories to noconfigdirs | Jason Molenda | 1 | -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-09 | Disable newlib for all vxworks targets. | Jim Wilson | 1 | -1/+1 | |
1995-11-29 | * configure.in (noconfigdirs): Disable target-libio on v810-*-*. | J.T. Conklin | 1 | -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 Taylor | 1 | -1/+2 | |
1995-11-28 | * configure.in: Default to --with-stabs for some targets for which | Ian Lance Taylor | 1 | -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 Edelsohn | 1 | -1/+1 | |
1995-11-21 | * configure.in: Strip --host and --target options from | Ian Lance Taylor | 1 | -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 only | Jason Molenda | 1 | -1/+2 | |
for win32 target systems. | |||||
1995-11-14 | * configure.in (target_libs): add target-winsup. | Jason Molenda | 1 | -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 Shebs | 1 | -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 extra | Ian Lance Taylor | 1 | -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 Bothner | 1 | -8/+11 | |
use sed to filter out "target-". | |||||
1995-11-01 | * configure.in: If the only directory in target_configdirs which | Ian Lance Taylor | 1 | -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* instead | J.T. Conklin | 1 | -1/+1 | |
of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3 systems. | |||||
1995-11-01 | Patches to make fixincludes work for cross toolchains. | Jim Wilson | 1 | -2/+2 | |
1995-10-31 | * Makefile.in, configure.in: Make winsup builds work with | Steve Chamberlain | 1 | -1/+1 | |
new scheme. | |||||
1995-10-31 | * Makefile.in, configure.in: Make winsup builds work with | Steve Chamberlain | 1 | -2/+2 | |
new scheme. | |||||
1995-10-30 | * configure.in: Build the linker on AIX. | Ian Lance Taylor | 1 | -7/+3 | |