summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Bunch of changes from Richard Earnshaw for generic bi-endian ARM aout targets.Ken Raeburn1995-05-181-0/+10
| | | | Details in change logs.
* Add support for little endian PowerPC; add P5, P6, Nexgen, K5 aliases for ↵Michael Meissner1995-05-091-0/+16
| | | | pentium
* Support Linux systems that do not have the BFD linker installed.Michael Meissner1995-04-271-0/+5
|
* * config.guess: Add hppa1.1-hp-lites support.Jeff Law1995-04-261-0/+4
|
* Don't build newlib for m68k-vxworks5.1.Rob Savoye1995-04-251-3/+2
|
* Mon Apr 24 16:23:41 1995 Michael Meissner <meissner@tiktok.cygnus.com>Jason Merrill1995-04-251-0/+19
| | | | | * config.guess (*:Linux:*:*): Determine whether the default compiler is ELF or a.out.
* * configure.in: Recognize --with-newlib.David Edelsohn1995-04-121-0/+5
| | | | | (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target. (arc-*-*): Build g++ stuff now.
* * Makefile.in: move {all,check,install}-gdb from *_MODULESJason Molenda1995-04-101-0/+5
| | | | to *_X11_MODULES due to gdbtk needing X include files et al.
* Merge MPW ChangeLog into generic ChangeLogStan Shebs1995-04-101-0/+67
|
* * configure.in (host_libs): Remove glob, since it is gone from theJim Kingdon1995-04-081-0/+12
| | | | sources.
* * config.sub: Remove linux special cases.Ian Lance Taylor1995-03-301-1/+2
|
* * config.sub: Merge in recent FSF changes.Ian Lance Taylor1995-03-301-0/+4
|
* Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)Jason Molenda1995-03-281-0/+37
| | | | | | | | | | | | | | | | | | build-all.mk,config/mh-solaris: revert these two changes: Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com) * build-all.mk: Use CC=cc -Xs on Solaris. Mon Mar 29 19:59:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * config/mh-solaris: SunPRO C needs -Xs to be able to get a working xmakefile for Emacs. xmakefile no longer used for emacs; recent versions of SunPRO C allegedly drop -Xs; running configure will assume ``cc'' but when you compile, it uses ``cc -Xs'' (ansi vs old SunOS behavior) which causes all kinds of problems rebuilding the source using the SunPRO compiler.
* * configure: If the --cache-file is used, pass it down toIan Lance Taylor1995-02-281-0/+5
| | | | | configure in subdirectories. PR 6389.
* * config.sub: add vxworks29k configuration.Kung Hsu1995-02-271-0/+12
|
* * config.guess (IRIX): Sed - to _.Jim Wilson1995-02-041-0/+4
|
* * Makefile.in (source-vault, binary-vault): New targets.J.T. Conklin1995-02-031-0/+16
|
* Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>Jason Merrill1995-01-121-0/+4
| | | | * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
* * configure.in (rs6000-*-*): Don't build gas.Jim Kingdon1995-01-091-0/+4
|
* * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, toIan Lance Taylor1995-01-051-0/+7
| | | | | | reduce command line length. (AS_FOR_TARGET): Check for as.new, not Makefile. (NM_FOR_TARGET): Check for nm.new, not Makefile.
* * config.guess: Merge from FSF.Per Bothner1995-01-041-0/+12
|
* * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.Per Bothner1994-12-021-0/+9
|
* * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.Brendan Kehoe1994-11-231-0/+4
|
* * configure.in (*-*-netware*): Don't configure xiberty.J.T. Conklin1994-11-211-0/+8
|
* * build-all.mk: Add mips-ncd-elf target to sun4 targetsBill Cox1994-11-111-0/+18
| | | | for special NCD build.
* * Makefile.in (DEVO_SUPPORT): Remove configure.bat and makeall.bat, they'reKen Raeburn1994-11-081-0/+7
| | | | | | only useful for binutils snapshots. (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and makeall.bat to specified SUPPORT_FILES.
* * build-all.mk: Add Ericsson targets to sun4 and solarisBill Cox1994-11-081-0/+6
| | | | | hosts. Add BNR's sun4 target to solaris host, so their build-from-source will be tested in-house first.
* * configure.in (target_libs): Include libstdc++ again.Per Bothner1994-11-051-0/+5
| | | | * config.guess: Update from FSF (for FreeBSD).
* Changes from binutils net release:Ken Raeburn1994-11-031-0/+9
| | | | | | | * Makefile.in (DEVO_SUPPORT): Include configure.bat and makeall.bat. (DISTDOCDIRS): Add `etc'. (ETC_SUPPORT_PFX): New variable. (taz): Include anything from etc starting with a word in ETC_SUPPORT_PFX.
* * config.sub: Update for recent FSF changes. Remove obsoleteIan Lance Taylor1994-10-261-0/+8
| | | | | h8300hds entry. Add -windows* and -osx as basic os. Minor spacing changes.
* * config.guess: Merge with FSF.Per Bothner1994-10-211-0/+5
| | | | * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
* * configure: Since the "trap 0" handler will override the exit status on manyKen Raeburn1994-10-201-0/+12
| | | | | | systems, only use it for "exit 1", and make it set a non-zero exit status; reset it before "exit 0". Also, check exit status of config.sub, and error out if it failed.
* * Makefile.in (all-binutils): Depend upon all-byacc.Ian Lance Taylor1994-10-181-0/+2
|
* * configure.in: Don't build emacs on Irix 5.Ian Lance Taylor1994-10-181-0/+4
|
* * configure.in (*-*-netware*): Add libio.J.T. Conklin1994-10-171-0/+4
|
* Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)Jason Merrill1994-10-131-0/+12
| | | | | | | | * Makefile.in (ALL_TARGET_MODULES): Add libstdc++. (CHECK_TARGET_MODULES): Ditto. (INSTALL_TARGET_MODULES): Ditto. (TARGET_LIBS): Ditto. (all-libstdc++): Note dependencies.
* Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)Jason Merrill1994-10-111-0/+8
| | | | | | | * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of -fexternal-templates. Because libstdc++ won't build with -fexternal-templates.
* * config.guess: Update from FSF.Per Bothner1994-10-071-2/+2
|
* * Makefile.in (all-prms): Depend on all-librx.Brendan Kehoe1994-10-051-0/+4
|
* * configure: Use ${config_shell} when running ${configsub}.Ian Lance Taylor1994-10-041-0/+4
|
* * config.sub: No longer recognize h8300h.David Edelsohn1994-10-031-0/+4
|
* * config.sub: Remove extraneous differences between config.sub andIan Lance Taylor1994-10-031-0/+5
| | | | gcc/config.sub.
* Makefile.in (DISTSTUFFDIRS): Add gas.Ken Raeburn1994-10-011-0/+8
|
* * config.guess (HP-UX): Patch from Harlan StennPer Bothner1994-09-201-0/+9
| | | | | <harlan@landmark.com> to also emit release level. * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
* * config.sub: Merge nextstep cleanup from FSF.Per Bothner1994-09-071-0/+4
|
* ARM Acorn/RISCiX target and host patches from Richard EarnshawKen Raeburn1994-09-051-0/+9
|
* * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don'tIan Lance Taylor1994-08-311-0/+5
| | | | configure ld--it works, but it doesn't support shared libraries.
* * config.guess (*-unknown-freebsd*): Get rid of possiblePer Bothner1994-08-291-0/+6
| | | | trailing "(Release)" in version string.
* * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.Per Bothner1994-08-271-0/+16
| | | | | | | | | | | | | | | Fix type: *-next-neststep -> *-next-nextstep. * config.guess: Merge from FSF: Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be) * config.guess: Recognize powerpc-ibm-aix3.2.5. Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be) * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V instead of UNIX_SV for UnixWare 1.0).
* * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ldStu Grossman1994-08-271-0/+5
| | | | to make gdb/nlm/* build after the compiler and linker.