aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1993-04-29handle hppa osf configurationKen Raeburn1-0/+15
1993-04-22makefile.in changeKen Raeburn1-0/+19
1993-04-10 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPSIan Lance Taylor1-0/+5
targets, rather than for MIPS hosts.
1993-04-09 * configure.in: add comment for --with-x default valuesDavid D. Zuhn1-0/+10
* config.guess: handle Motorola Delta88 box for SVR3 and SVR4. * Makefile.in: add check-* targets for each of the directories in the tree. Add a definition of RUNTEST that will use the one we just built, if it exists. Pass this down via FLAGS_TO_PASS.
1993-04-08 * configure.in: Removed obsolete references to bfd_target andIan Lance Taylor1-0/+10
target_makefile_frag.
1993-04-07 * configure: Handle an empty program-prefix, program-suffix orIan Lance Taylor1-0/+11
program-transform-name correctly.
1993-04-06Forgot changelog...Fred Fish1-0/+7
1993-04-02 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gccIan Lance Taylor1-0/+5
with gas currently defaults to -G 0.
1993-04-01 * Makefile.in (all-flex): flex depends on byacc.Ian Lance Taylor1-0/+2
1993-04-01 * build-all.mk: If host not specified, use config.guess. Pass TAGIan Lance Taylor1-0/+9
to test-build.mk as RELEASE_TAG. * test-build.mk (configargs): New variable containing arguments to pass to configure. Set to -with-gnu-as on mips-dec-ultrix. (FLAGS_TO_PASS): Pass down RELEASE_TAG. * config.guess: Use /bin/uname when checking -X argument on SCO, to avoid invoking GNU uname which doesn't understand -X.
1993-04-01 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.Ian Lance Taylor1-0/+2
1993-04-01Revert automatic setting of -with-gnu-ld and -with-gnu-as.Ian Lance Taylor1-3/+1
1993-04-01 * configure.in: Build gas for mips-*-*. If configuring gas and/orIan Lance Taylor1-0/+6
ld, and the source directories exist, assume -with-gnu-as and/or -with-gnu-ld.
1993-04-01Insert a missing backslash.K. Richard Pixley1-0/+4
1993-04-01 * build-all.mk, config/mh-irix4: Bump -XNh value to 1500 to matchIan Lance Taylor1-0/+3
gcc requirements.
1993-03-31 * Makefile.in: Complete overhaul to merge many almost identicalIan Lance Taylor1-0/+14
targets.
1993-03-30 * build-all.mk: Use CC=cc -Xs on Solaris.Ian Lance Taylor1-0/+4
1993-03-30top level CC settings for special tweaks neededDavid D. Zuhn1-0/+12
1993-03-25log for configure changeKen Raeburn1-1/+5
1993-03-24fix setting of target_alias when using config.guess (fixes PR config/2422)David D. Zuhn1-0/+5
1993-03-23add installcheckDavid D. Zuhn1-0/+4
1993-03-22 * configure: add support for package_makefile_fragment, handle theDavid D. Zuhn1-1/+4
case where a directory has a configure.in file but no Makefile.in more gracefully (with an actual understandable error message, even); add support for --without (and add this to the usage message); also explicitly add a --host=${host_alias} to the command line when config.guess is used
1993-03-22handle lack of Makefile.in in a more graceful mannerDavid D. Zuhn1-1/+3
1993-03-22added package_makefile_frag supportDavid D. Zuhn1-0/+4
1993-03-21We must use both --host and --target options for recursion, because Cygnus andJim Wilson1-0/+4
FSF configure disagree about whether an unadorned machine is target or host.
1993-03-18 * Makefile.in: Change deja-gnu to dejagnu.Ian Lance Taylor1-0/+4
1993-03-18A new ARG_MAX hack. Use unexport to keep GNU make from dumping theIan Lance Taylor1-3/+0
CHILL variables in the environment, with a : variable to keep older makes happy.
1993-03-15 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.Ian Lance Taylor1-0/+2
1993-03-15 * Makefile.in (GCC_FLAGS_TO_PASS): Reset some variables that gccIan Lance Taylor1-0/+5
doesn't use to avoid ARG_MAX overflow on SCO.
1993-03-13 * configure.in: canonicalize all instances to *-*-solaris2*,David D. Zuhn1-0/+5
also strip out a number of tools to not build for go32 host
1993-03-10* config.guess: add GPL.K. Richard Pixley1-0/+7
* Makefile.in, config.guess, config.sub, configure: bump copyrights to 93.
1993-03-10 * Makefile.in (do-info): Removed obsolete check for existence ofIan Lance Taylor1-0/+3
localenv file.
1993-03-10 * Makefile.in (MAKEOVERRIDES): Define to be empty.Ian Lance Taylor1-0/+4
1993-03-10tclX supportDavid D. Zuhn1-0/+7
1993-03-10* Makefile.in (setup-dirs): change invocation of make to $(MAKE).K. Richard Pixley1-0/+9
1993-03-08 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; useIan Lance Taylor1-26/+10
CC_FOR_TARGET instead. (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET). Also added a sanitized dependency of all-gdb on all-chillrt, so that the gdb chill tests can be built.
1993-03-03Put back mips-dec-bsd* case.Ken Raeburn1-0/+4
With a comment this time, so maybe zoo will realize it's not a no-op.
1993-03-03 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)Fred Fish1-0/+15
* configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet. * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'. * config/mh-vaxult2: New file.
1993-03-02build gas for mips-dec-bsdKen Raeburn1-1/+2
1993-03-02configure.in: For VMS target, skip bfd, ld, binutils.Ken Raeburn1-0/+4
1993-03-02 * configure (makesrcdir): If ${srcdir} is relative and not ".",Ian Lance Taylor1-3/+3
and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
1993-03-02 * Makefile.in (all-prms, install-prms): Changed to gnats.Brendan Kehoe1-0/+5
* configure.in (host_tools): Changed prms to gnats.
1993-02-28undo previous changeBrendan Kehoe1-5/+0
1993-02-28 * Makefile.in (BASE_FLAGS_TO_PASS): Pass PRMS down, for the PRMSBrendan Kehoe1-0/+9
special install.
1993-02-23 * config.sub, configure.in, config.guess: Add supportPer Bothner1-0/+6
for Bosx, an AIX variant from Bull. Patches from F.Pierresteguy@frcl.bull.fr.
1993-02-21 * devo/dejagnu: Initial creation of devo/dejagnu.Mike Werner1-0/+12
Migrated dejagnu testcases and support files for testing software tools to reside as subdirectories, currently called "testsuite", within the directory of the software tool. Migrated all programs, support libraries, etc. beloging to dejagnu proper from devo/deja-gnu to devo/dejagnu. These files were moved "as is" with no modifications. The changes to these files which will allow them to configure, build, and execute properly will be made in a future update.
1993-02-20 * Makefile.in: Change send_pr to send-pr.Brendan Kehoe1-0/+6
* configure.in: Likewise. * send_pr: Renamed directory to send-pr.
1993-02-20 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).Per Bothner1-0/+6
1993-02-19Update for gdb-4.8John Gilmore1-0/+4
1993-02-18diff needs libibertyDavid D. Zuhn1-0/+4