aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
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
1995-04-12 * configure.in: Recognize --with-newlib.David Edelsohn1-4/+5
(sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target. (arc-*-*): Build g++ stuff now.
1995-04-08 * configure.in (host_libs): Remove glob, since it is gone from theJim Kingdon1-1/+1
sources.
1995-03-31 * Makefile.in: define empty GDB_NLM_DEPS var.Jason Molenda1-0/+2
* configure.in(target_makefile_frag): use config/mt-netware for netware targets. all-gdb only builds all-gcc and all-ld if we're building for a netware target.
1995-03-17Duh. Really, duh.Jason Merrill1-8/+8
1995-03-16Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>Jason Merrill1-4/+8
* configure.in: Fix --enable-shared logic in per-host.
1995-03-13 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.Ian Lance Taylor1-0/+1
1995-03-06 * configure.in (noconfigdirs): Don't build gas on AIX, forJim Kingdon1-1/+1
powerpc*-*-aix* as well as for rs6000*-*-aix*.
1995-02-21Recognize arm-*-pe* (psion project).David Edelsohn1-0/+7
1995-01-12Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>Jason Merrill1-1/+1
* configure.in (enable_shared stuff): Fix typo. Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing) * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
1995-01-09* configure.in (rs6000-*-*): Don't build gas.Jim Kingdon1-1/+1
1994-12-12 * configure.in: Configure tk for hppa/hpux.Stu Grossman1-1/+1
1994-11-21* configure.in (*-*-netware*): Don't configure xiberty.J.T. Conklin1-1/+1
1994-11-14 * configure.in: Remove tk from native_only list.Stu Grossman1-1/+1
1994-11-08Various changes to support building shared lib{g,stdc}++Jason Merrill1-0/+32
1994-11-05 * configure.in (target_libs): Include libstdc++ again.Per Bothner1-3/+1
* config.guess: Update from FSF (for FreeBSD).
1994-10-26Add support for arc processor.David Edelsohn1-0/+5
1994-10-21 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.Per Bothner1-1/+3
1994-10-21 * config.guess: Merge with FSF.Per Bothner1-1/+1
* configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
1994-10-18 * configure.in: Don't build emacs on Irix 5.Ian Lance Taylor1-1/+2
1994-10-17* configure.in (*-*-netware*): Add libio.J.T. Conklin1-1/+1