summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Forgot changelog...Fred Fish1993-04-061-0/+7
|
* * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gccIan Lance Taylor1993-04-021-0/+5
| | | | with gas currently defaults to -G 0.
* * Makefile.in (all-flex): flex depends on byacc.Ian Lance Taylor1993-04-011-0/+2
|
* * build-all.mk: If host not specified, use config.guess. Pass TAGIan Lance Taylor1993-04-011-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.
* * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.Ian Lance Taylor1993-04-011-0/+2
|
* Revert automatic setting of -with-gnu-ld and -with-gnu-as.Ian Lance Taylor1993-04-011-3/+1
|
* * configure.in: Build gas for mips-*-*. If configuring gas and/orIan Lance Taylor1993-04-011-0/+6
| | | | | ld, and the source directories exist, assume -with-gnu-as and/or -with-gnu-ld.
* Insert a missing backslash.K. Richard Pixley1993-04-011-0/+4
|
* * build-all.mk, config/mh-irix4: Bump -XNh value to 1500 to matchIan Lance Taylor1993-04-011-0/+3
| | | | gcc requirements.
* * Makefile.in: Complete overhaul to merge many almost identicalIan Lance Taylor1993-03-311-0/+14
| | | | targets.
* * build-all.mk: Use CC=cc -Xs on Solaris.Ian Lance Taylor1993-03-301-0/+4
|
* top level CC settings for special tweaks neededDavid D. Zuhn1993-03-301-0/+12
|
* log for configure changeKen Raeburn1993-03-251-1/+5
|
* fix setting of target_alias when using config.guess (fixes PR config/2422)David D. Zuhn1993-03-241-0/+5
|
* add installcheckDavid D. Zuhn1993-03-231-0/+4
|
* * configure: add support for package_makefile_fragment, handle theDavid D. Zuhn1993-03-221-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
* handle lack of Makefile.in in a more graceful mannerDavid D. Zuhn1993-03-221-1/+3
|
* added package_makefile_frag supportDavid D. Zuhn1993-03-221-0/+4
|
* We must use both --host and --target options for recursion, because Cygnus andJim Wilson1993-03-211-0/+4
| | | | FSF configure disagree about whether an unadorned machine is target or host.
* * Makefile.in: Change deja-gnu to dejagnu.Ian Lance Taylor1993-03-181-0/+4
|
* A new ARG_MAX hack. Use unexport to keep GNU make from dumping theIan Lance Taylor1993-03-181-3/+0
| | | | | CHILL variables in the environment, with a : variable to keep older makes happy.
* * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.Ian Lance Taylor1993-03-151-0/+2
|
* * Makefile.in (GCC_FLAGS_TO_PASS): Reset some variables that gccIan Lance Taylor1993-03-151-0/+5
| | | | doesn't use to avoid ARG_MAX overflow on SCO.
* * configure.in: canonicalize all instances to *-*-solaris2*,David D. Zuhn1993-03-131-0/+5
| | | | also strip out a number of tools to not build for go32 host
* * config.guess: add GPL.K. Richard Pixley1993-03-101-0/+7
| | | | | * Makefile.in, config.guess, config.sub, configure: bump copyrights to 93.
* * Makefile.in (do-info): Removed obsolete check for existence ofIan Lance Taylor1993-03-101-0/+3
| | | | localenv file.
* * Makefile.in (MAKEOVERRIDES): Define to be empty.Ian Lance Taylor1993-03-101-0/+4
|
* tclX supportDavid D. Zuhn1993-03-101-0/+7
|
* * Makefile.in (setup-dirs): change invocation of make to $(MAKE).K. Richard Pixley1993-03-101-0/+9
|
* * Makefile.in (GCC_FOR_TARGET): Eliminated definition; useIan Lance Taylor1993-03-081-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.
* Put back mips-dec-bsd* case.Ken Raeburn1993-03-031-0/+4
| | | | With a comment this time, so maybe zoo will realize it's not a no-op.
* (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)Fred Fish1993-03-031-0/+15
| | | | | | * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet. * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'. * config/mh-vaxult2: New file.
* build gas for mips-dec-bsdKen Raeburn1993-03-021-1/+2
|
* configure.in: For VMS target, skip bfd, ld, binutils.Ken Raeburn1993-03-021-0/+4
|
* * configure (makesrcdir): If ${srcdir} is relative and not ".",Ian Lance Taylor1993-03-021-3/+3
| | | | and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
* * Makefile.in (all-prms, install-prms): Changed to gnats.Brendan Kehoe1993-03-021-0/+5
| | | | * configure.in (host_tools): Changed prms to gnats.
* undo previous changeBrendan Kehoe1993-02-281-5/+0
|
* * Makefile.in (BASE_FLAGS_TO_PASS): Pass PRMS down, for the PRMSBrendan Kehoe1993-02-281-0/+9
| | | | special install.
* * config.sub, configure.in, config.guess: Add supportPer Bothner1993-02-231-0/+6
| | | | | for Bosx, an AIX variant from Bull. Patches from F.Pierresteguy@frcl.bull.fr.
* * devo/dejagnu: Initial creation of devo/dejagnu.Mike Werner1993-02-211-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.
* * Makefile.in: Change send_pr to send-pr.Brendan Kehoe1993-02-201-0/+6
| | | | | * configure.in: Likewise. * send_pr: Renamed directory to send-pr.
* * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).Per Bothner1993-02-201-0/+6
|
* Update for gdb-4.8John Gilmore1993-02-191-0/+4
|
* diff needs libibertyDavid D. Zuhn1993-02-181-0/+4
|
* add vax ultrix in the spirit of mips ultrixK. Richard Pixley1993-02-171-0/+4
|
* add support for tar gzip hello recode and indentDavid D. Zuhn1993-02-161-0/+4
|
* Fix permissions in etc/. Use byacc, not yacc, to build *.tab.c filesJohn Gilmore1993-02-161-1/+1
| | | | for the tar file.
* * Makefile.in (DEVO_SUPPORT): Remove etc directoryJohn Gilmore1993-02-161-0/+12
| | | | | (ETC_SUPPORT): Only add the files GDB wants from etc/. (gdb.tar.Z): Use ETC_SUPPORT.
* Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1993-02-091-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | * Makefile.in: Various changes to eliminate a level of make recursion and reduce the required command line length. (BASE_FLAGS_TO_PASS): New variable holding flags passed to all sub-makes. (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New variables holding settings for specific sub-makes. (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote in terms of BASE_FLAGS_TO_PASS. (TARGET_LIBS): New variable listing directories which use TARGET_FLAGS_TO_PASS. (subdir_do): Eliminated. (do-*): New set of targets to replace subdir_do. (various): All targets which used subdir_do now depend on do-*. (local-clean): Renamed from do_clean. (local-distclean): New target, dependency of distclean and realclean. (install-info): Don't create directories. Depend on dir.info rather than calling make recursively. (install-dir.info): Eliminated. (install-info-dirs): Create all info directories here. (dir.info): Depend upon do-install-info.
* Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1993-02-091-0/+4
| | | | * test-build.mk (HOLES): Added false.
OpenPOWER on IntegriCloud