aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1994-02-18* configure: If subdir configure fails, print out a message with subdirectoryKen Raeburn1-0/+6
name, in case subdir's configure code didn't identify itself.
1994-02-18* configure.in: Remove embedded newlines from configdirs.David Edelsohn1-0/+6
Avoid mismatches of substrings. Fix matching strings at end of configdirs.
1994-02-18Back out last patch until I figure out why configure is choking.David Edelsohn1-5/+0
1994-02-18* configure.in: Avoid substring mismatches but allow matchesDavid Edelsohn1-0/+5
to words at front and end of string.
1994-02-11 * config.guess: Add Lynx/rs6000 config support.Stu Grossman1-0/+14
1994-02-07 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.Jeff Law1-0/+4
1994-02-05 * configure.in (rs6000-*-*): Build gas.Ian Lance Taylor1-0/+8
1994-02-02 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only neededJim Kingdon1-0/+5
for GDB and GDB has been fixed to not need it.
1994-02-01 * config/mh-lynxosrs6k: Account for lack of ranlib!Stu Grossman1-0/+4
1994-01-30config.guess: Recognize vax hosts. (Sent to RMS.)Ken Raeburn1-0/+4
1994-01-28* configure (while loop): Don't use "break 2" inside caseKen Raeburn1-0/+5
statement -- the case statement isn't an enclosing loop.
1994-01-25 * config.guess: Clean up NeXT support, to allow nextstepPer Bothner1-0/+9
on Intel machines. Make OS be nextstep. * config.guess: Add alternate forms for Convex.
1994-01-22 * configure: Completely rewrite option processing. TakeStu Grossman1-0/+6
advantage of pattern-matching to avoid invoking test frequently. Also clean up host and target defaulting logic.
1994-01-18* Makefile.in: Replace all occurrances of "rootme" with "r" and "$${rootme}"Ken Raeburn1-1/+9
with "$$r", to increase the likelihood that the do-* commands (plus user environment) will fit SCO limits.
1994-01-06 * configure.in: Don't issue warnings about directories which areIan Lance Taylor1-0/+3
not being configued if -norecursion is set.
1994-01-06 * configure.in: Don't build gas for alpha-dec-osf1*.Ian Lance Taylor1-0/+4
1994-01-05 * configure: Back out Per's change of 12/19/1993. It changes theStu Grossman1-0/+27
behavior of configure in unexpected and confusing ways. Also, use different delim char when calculating program_transform_name so that the name can contain slashes.
1993-12-15 * config.guess: Recognize some Tektronix configurations.Per Bothner1-0/+5
From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
1993-12-11 * config.sub: Match any flavor of SH.Steve Chamberlain1-0/+8
1993-12-02 * configure.in: Don't build ld for Irix 5. Don't build gas,Ian Lance Taylor1-0/+3
libg++ or libio for any Alpha target.
1993-12-02 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.Ian Lance Taylor1-0/+5
1993-12-02Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)Jason Merrill1-0/+5
* Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for default arguments -- so it tried to compress itself.
1993-11-30handle space quoting issuesDavid D. Zuhn1-0/+15
1993-11-11* config.guess: Recognize Sony news mips running newsos.Jim Kingdon1-0/+4
1993-11-10changelog for build-all.mk semicolon changeMark Eichin1-0/+5
1993-11-09 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.Mark Eichin1-0/+9
(needed for CONFIG_SHELL to actually work)
1993-11-05* Makefile.in (DISTDOCDIRS): Add gdb.Jim Kingdon1-0/+8
1993-11-05* Makefile.in (taz): Only build "info" in DISTDOCDIRS.Ken Raeburn1-0/+6
(DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want this now.
1993-11-05* config.sub: Accept hiux* as an OS name.Jim Kingdon1-0/+2
1993-11-05 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS perJim Kingdon1-0/+6
etc/make-stds.texi. The underscore came from gcc, and dje now agrees that RUNTESTFLAGS is the correct name.
1993-11-04 * install.sh: Remove 'set -e'. It makes any conditionalsPer Bothner1-0/+3
in the script useless.
1993-11-04 * config.guess: Automatically recognize arm-acorn-riscixPer Bothner1-0/+5
Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
1993-11-04Changed RUNTESTFLAGS to RUNTEST_FLAGSJeffrey Wheat1-0/+10
1993-11-04 * configure.in (hppa target): check the source directory for theDavid D. Zuhn1-0/+9
pagas sub-directory
1993-11-03configure.in: Don't build ld on i386-solaris2, same as for sparc-solaris2.Ken Raeburn1-0/+9
1993-11-02 * configure.in: Configure gdb for alpha.Peter Schauer1-0/+4
1993-11-01* Makefile.in (CXXFLAGS): Add -O.Jim Kingdon1-0/+8
1993-10-26 * configure.in: Produce warning message for subdirectories notKen Raeburn1-0/+17
configurable for this host/target combination. Don't try to configure gdb for vms. (Needed for FSF releases. Should be harmless for ours.)
1993-10-22* configure.in: Add * to end of all OS names.Jim Kingdon1-0/+4
1993-10-21Always build newlib for native Lynx.Stan Shebs1-0/+6
1993-10-20* configure.in: Add comment about HP compiler vs. emacs.Jim Kingdon1-0/+4
1993-10-19don't build ld on solaris2David D. Zuhn1-0/+5
1993-10-19configure.in: Accept alpha-dec-osf1* instead of just -osf1, since config.guessKen Raeburn1-13/+18
will include the full version number.
1993-10-19 * configure.in: Build linker and binutils for alpha-dec-osf1.Ian Lance Taylor1-0/+4
1993-10-19 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,Jim Kingdon1-0/+9
and gdb/testsuite/Makefile.in.
1993-10-08* config.sub: Accept linux*coff and linux*elf as operating systems.Ken Raeburn1-0/+9
1993-10-06 * configure.in: Remove alpha-dec-osf*, no longer necessary now thatPeter Schauer1-0/+5
gdb knows how to handle OSF/1 shared libraries.
1993-10-05 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).Jim Kingdon1-0/+25
* config.guess: Recognize Hitachi's HIUX. * config.sub: Recognize h3050r* and hppahitachi. Remove redundant cases for hp9k[23]*.
1993-09-20 * Makefile.in: define M4, and pass it down to sub-makes;David D. Zuhn1-0/+14
all-autoconf now depends on all-m4 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on presence of {ar,ranlib} instead of a configured directory
1993-09-13use mt-hppa, use 'gas ' instead of 'gas'David D. Zuhn1-0/+12