aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
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
1995-10-04 * configure: If CC and CXX are not set in the environment, setIan Lance Taylor1-25/+71
them, based on either an existing Makefile or on searching for gcc in PATH. Substitute for CC and CXX in Makefile. * configure.in: Remove libm from target_libs. Separate target_configdirs from configdirs. If CC is not set in environment, try to get it from a host Makefile fragment. Rewrite changes of configdirs to use skipdirs instead. A few minor tweaks. Take directories out of target_configdirs as they are taken out of configdirs. Remove existing Makefile files from subdirectories. Substitute for TARGET_CONFIGDIRS and CONFIG_ARGUMENTS in Makefile. * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set by configure.in. (CONFIG_ARGUMENTS): Likewise. (CONFIGURE_TARGET_MODULES): New variable. ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS. ($(CONFIGURE_TARGET_MODULES)): New target. (configure-libg++, configure-libio): New targets. (all-libg++): Depend upon configure-libg++. (all-libio): Depend upon configure-libio. (configure-libgloss, all-libgloss): New targets. (configure-libstdc++): New target. (all-libstdc++): Depend upon configure-libstdc++. (configure-librx, all-librx): New targets. (configure-newlib): New target. (all-newlib): Depend upon configure-newlib (configure-xiberty): New target. (all-xiberty): Depend upon configure-xiberty.
1995-09-30 * configure.in (host i[345]86-*-win32): Expand theJason Molenda1-1/+1
noconfigdirs again. what you were you thinking sac?
1995-09-29 * configure.in (host i[345]86-*-win32): Reduce theSteve Chamberlain1-1/+1
noconfigdirs again.
1995-09-27check powerpc-*-pe* as well as powerpc-*-winnt*Ian Lance Taylor1-1/+1
1995-09-27 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*,Ian Lance Taylor1-0/+3
since they are not yet supported.
1995-09-19* configure.in (noconfigdirs): Disable libg++ and libstdc++ on v810-*-*.J.T. Conklin1-1/+1
1995-09-19* configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,J.T. Conklin1-0/+3
gdb, ld and opcodes on v810-*-*.
1995-09-09* configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.J.T. Conklin1-0/+3
1995-09-08 * configure.in: Build ld in mips*-*-bsd* case.Ian Lance Taylor1-1/+1
1995-08-31 * configure.in: treat i386-win32 canadian cross the same asJason Molenda1-1/+1
i386-go32 canadian cross.
1995-08-07 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).David Edelsohn1-2/+2
(i386-win32 host): Likewise. Don't build readline.
1995-08-02* configure.in (appdirs): Use =, not ==, in test expression when trying toKen Raeburn1-1/+1
build the text to print in the warning message for Solaris users.
1995-07-27(arm-*-pe): Build libg++.David Edelsohn1-2/+0
1995-07-27* configure.in: Don't build newlib for *-*-vxworks5.1.J.T. Conklin1-4/+1
1995-07-27 * configure.in: Don't build newlib for a29k-*-vxworks5.1.Brendan Kehoe1-0/+3
* test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
1995-07-03 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.Steve Chamberlain1-8/+12
* configure.in (win32): New target and host.
1995-06-29 * configure.in: Add i386-pe configuration.Steve Chamberlain1-0/+10
1995-05-26* configure.in (noconfigdirs): Enable all packages forJ.T. Conklin1-3/+0
i386-unknown-netbsd.
1995-05-20Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>Angela Marie Thomas1-1/+1
* configure.in (noconfigdirs): Don't configure tk for i386-go32 hosted builds (DOS builds)
1995-05-18Bunch of changes from Richard Earnshaw for generic bi-endian ARM aout targets.Ken Raeburn1-1/+1
Details in change logs.
1995-05-03Fix typo in hppa elf.Mike Stump1-1/+1
1995-05-02Add hppa1.1-hp-lites support.Jeff Law1-1/+2
1995-04-25Don't build newlib for m68k-vxworks5.1.Rob Savoye1-0/+3
1995-04-20 * configure.in (mips-sgi-irix6): Use mh-irix5.Jim Wilson1-1/+1