aboutsummaryrefslogtreecommitdiff
path: root/configure.in
AgeCommit message (Collapse)AuthorFilesLines
1994-02-01 * config/mh-lynxosrs6k: Account for lack of ranlib!Stu Grossman1-0/+2
1994-01-07 * configure.in: Correct test for --with-gnu-as andIan Lance Taylor1-2/+2
--with-gnu-ld to not get confused by substring matches.
1994-01-06 * configure.in: Don't issue warnings about directories which areIan Lance Taylor1-1/+1
not being configued if -norecursion is set.
1994-01-06 * configure.in: Don't build gas for alpha-dec-osf1*.Ian Lance Taylor1-1/+1
1994-01-01 * configure.in, config.sub: Add support for VSTa micro-kernel.Rob Savoye1-0/+5
1993-12-26 * configure.in: Nuke hacks which were used to get a specialJeff Law1-11/+0
version of GAS for HPPA configurations.
1993-12-20no cvs on rs6000David D. Zuhn1-1/+2
1993-12-02Since newlib claims not to support the alpha, don't try to configure newlibKen Raeburn1-2/+2
for an alpha target.
1993-12-02 * configure.in: Don't build ld for Irix 5. Don't build gas,Ian Lance Taylor1-1/+8
libg++ or libio for any Alpha target.
1993-12-02 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.Ian Lance Taylor1-0/+1
1993-11-30handle space quoting issuesDavid D. Zuhn1-1/+4
1993-11-16don't build ld on i386-sysv4 platformsDavid D. Zuhn1-0/+5
1993-11-16 * config.guess: Recognize Apollos (using environment variables).Jim Kingdon1-0/+3
* configure.in: Don't configure ld, binutils, or gprof for Apollo.
1993-11-04 * configure.in (hppa target): check the source directory for theDavid D. Zuhn1-1/+1
pagas sub-directory
1993-11-03configure.in: Don't build ld on i386-solaris2, same as for sparc-solaris2.Ken Raeburn1-0/+7
1993-11-02 * configure.in: Configure gdb for alpha.Peter Schauer1-4/+1
1993-10-26Get rid of "Sanitize for-fsf" stuff; it didn't get the right results.Ken Raeburn1-7/+1
1993-10-26 * configure.in: Produce warning message for subdirectories notKen Raeburn1-28/+45
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-24remove debugging output accidentally checked inDavid D. Zuhn1-4/+1
1993-10-22* configure.in: Add * to end of all OS names.Jim Kingdon1-4/+4
1993-10-21Always build newlib for native Lynx.Stan Shebs1-1/+2
1993-10-20* configure.in: Add comment about HP compiler vs. emacs.Jim Kingdon1-1/+3
1993-10-19don't build ld on solaris2David D. Zuhn1-0/+3
1993-10-19configure.in: Accept alpha-dec-osf1* instead of just -osf1, since config.guessKen Raeburn1-2/+2
will include the full version number.
1993-10-19 * configure.in: Build linker and binutils for alpha-dec-osf1.Ian Lance Taylor1-1/+1
1993-10-19remove debugging echoDavid D. Zuhn1-1/+0
1993-10-18handle unixware & hp emacs, textutils on rs6000David D. Zuhn1-1/+20
1993-10-12recognize mips*- instead of mips-David D. Zuhn1-6/+6
1993-10-08configure.in: Put {start,end}-sanitize-for-fsf around code that removes someKen Raeburn1-3/+8
programs based on host or target; this silent failure to configure isn't appropriate for the separate one-tool releases FSF puts out. .Sanitize: Remove that code if "for-fsf" is on command line; remove just the markers if it isn't.
1993-10-06 * configure.in: Remove alpha-dec-osf*, no longer necessary now thatPeter Schauer1-1/+0
gdb knows how to handle OSF/1 shared libraries.
1993-10-05 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).Jim Kingdon1-0/+1
* config.guess: Recognize Hitachi's HIUX. * config.sub: Recognize h3050r* and hppahitachi. Remove redundant cases for hp9k[23]*.
1993-10-04 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'David D. Zuhn1-10/+40
if gas and ld are in the source tree and are in ${configdirs}. If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the the --with options (but still pass them down on the command line, if they were explicitly specified). * configure: substitute SHELL value in Makefile.in with ${CONFIG_SHELL}
1993-09-23 * configure.in: Build gas, ld, and binutils for *-*-sysv4* andIan Lance Taylor1-6/+0
*-*-solaris2* targets.
1993-09-13use mt-hppa, use 'gas ' instead of 'gas'David D. Zuhn1-5/+9
1993-09-10add support for gashDavid D. Zuhn1-3/+3
1993-08-31* configure.in: Match *-*-solaris2* not *-sun-solaris2*.Jim Kingdon1-1/+1
1993-08-20fix install.sh on DECstation; handle lack of c++ on h8[35]00 for libioDavid D. Zuhn1-3/+3
1993-08-18add libioDavid D. Zuhn1-1/+1
1993-08-09add support for dosutilsDavid D. Zuhn1-1/+1
1993-08-05use mh-hp300David D. Zuhn1-0/+1
1993-07-16use mh-lynxos for *-*-lynxosDavid D. Zuhn1-1/+1
1993-07-16use mh-lynxos host fragmentDavid D. Zuhn1-0/+1
1993-07-14* config.sub: Recognize h8300hhms as h8300h-hitachi-hms.David Edelsohn1-1/+1
(h8300hhms is temporary until multi-libraries are implemented). * configure.in: Handle h8300h too.
1993-07-13Use host_makefile_frag.Steve Chamberlain1-0/+1
1993-07-06simplify adding gprof to sh-*-*David D. Zuhn1-1/+1
1993-07-06Build gprof for sh.Steve Chamberlain1-1/+4
1993-07-01miscellaneous fixes to make RISC/os work; see ChangeLog'sJim Kingdon1-0/+1
1993-06-27add go32 tools to the go32 targetted toolchainsDavid D. Zuhn1-1/+5
1993-06-09 * configure.in: Build diff for crosses, but not for go32 host.Ian Lance Taylor1-1/+2
1993-06-09 * configure.in: Build gprof only for native, and don't build itIan Lance Taylor1-2/+9
for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.