aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)AuthorFilesLines
1992-11-07delete some old ose cruft, handle -wrs as an osDavid D. Zuhn1-1/+3
1992-11-07 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,David D. Zuhn1-0/+7
add 'sparc' to list of recognized cpus. This needed to make 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'
1992-11-07import from p3David D. Zuhn1-0/+4
1992-11-07added tcl, tk, and expectDavid D. Zuhn1-0/+6
1992-11-06Checked in ChangeLogMike Werner1-14/+0
1992-11-05merge in some p3 Makefile changesDavid D. Zuhn1-0/+45
1992-11-05checked in new changelogMike Werner1-0/+6
1992-11-05changed changelogMike Werner1-0/+12
1992-10-30Add deja-gnu to configdirs.Fred Fish1-0/+19
1992-10-13Replace m68kmote with plain old m68k.John Gilmore1-0/+4
1992-10-09Remove space from blank line, avoid Make complaints.John Gilmore1-0/+4
1992-10-09* config.sub: Complain if no argument is given. Added support for 386bsd as OSKen Raeburn1-0/+5
and target alias.
1992-10-08Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+5
* Makefile.in (XTRAFLAGS): include newlib directories if newlib/Makefile exists, rather than if host != target.
1992-10-05changes from p3. (new sparclite-wrs-vxworks triple, xiberty rules)Mark Eichin1-0/+11
1992-09-29Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+11
* Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc from the same source tree and not building a cross-compiler. This matters for the libg++ configuration if reconfiguring a tree that has already been installed.
1992-09-18only set PWD if it is already set (and likely wrong). from p3.Mark Eichin1-0/+4
1992-09-18Changes to make the gdb.tar.Z rule work better.John Gilmore1-0/+8
* Makefile.in (GDB_SUPPORT_DIRS): Add opcodes. (DEVO_SUPPORT): Add configure.texi. (bfd-ilrt.tar.Z): Remove ancient rule.
1992-09-18from p3. Some shells leave PWD in the environment (old tcsh, ksh at least)Mark Eichin1-0/+7
screws nested configures. "unset PWD" is the right answer, except that Decstation sh doesn't *have* unset. Note also that the send-pr build will fail if you have PWD in your environment, because emacs also (foolishly) trusts it. * configure: just set PWD=`pwd` at the top, since Ultrix sh doesn't have unset and all success paths (and most error paths) out set it anyway. (Note: should change all uses of ${PWD=`pwd`} to just ${PWD} to avoid confusion.)
1992-09-15Changes to make an installed cross-compiler find everything correctly.Ian Lance Taylor1-0/+5
Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com) * configure: always set $(tooldir) to $(libdir)/$(target_alias), even for a native compilation.
1992-09-10Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+3
* Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to pick up the machine and system specific header files.
1992-09-10Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+4
* configure.in, config.sub: added new target m68010-adobe-scout, with alias of adobe68k. Changed configure.in to check for -scout before -sco* to avoid a false match.
1992-09-10Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+8
* Makefile.in: added AS_FOR_TARGET, passed down in TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be the C compiler to use to create programs which are run in the build environment, set it to default to $(CC), and passed it down in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
1992-09-09Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+7
* Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET, AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the FOR_TARGET variants, to newlib and libg++.
1992-09-09build opcodes before gas or gdbKen Raeburn1-1/+10
1992-09-01* Makefile.in: all-opcodes, cd into the right directorySteve Chamberlain1-0/+4
1992-09-01Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+7
* configure: added -program_transform_name option, used as argument to sed when installing programs. configure.texi: added documentation for -program_prefix, -program_suffix and -program_transform_name.
1992-08-28Accept i486 where i386 ok.John Gilmore1-0/+4
1992-08-27 * config.sub: add we32kBrendan Kehoe1-0/+6
1992-08-24Brought up from p3:Ian Lance Taylor1-0/+9
Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: don't create all directories for ``make install''; let the subdirectories create the ones they need.
1992-08-04fix INFO-DIR-ENTRY, new gen-info-dirDavid D. Zuhn1-0/+7
1992-08-03clean up Makefile.in (install), configure.in (the parts that choose what not ↵David D. Zuhn1-0/+10
to build for a host or target)
1992-08-03 * config.sub (ncr3000): Change i386 to i486.Fred Fish1-0/+19
1992-07-18build in-place before other buildsK. Richard Pixley1-1/+2
1992-07-18remove stamp-co on veryK. Richard Pixley1-0/+1
1992-07-18predicate stage3 and comparison on the existence of gccK. Richard Pixley1-1/+2
1992-07-18recurse explicitly with -f test-build.mk when appropriate.K. Richard Pixley1-0/+5
1992-07-17 * Makefile.in, configure.in: add tgasSteve Chamberlain1-0/+4
1992-07-16progressive changesK. Richard Pixley1-0/+2
1992-07-16add libmK. Richard Pixley1-0/+2
1992-07-16ignore some stuff that comes from test-build.mk.K. Richard Pixley1-0/+4
1992-07-16remove some stray cvsmerge crudK. Richard Pixley1-0/+6
1992-07-08* config/mh-solaris: Use -xs when compiling so that Sun-C putsStu Grossman1-0/+5
a symbol-table into the executable.
1992-07-07 * config.sub: Add es1800 (m68k-ericsson-es1800).Fred Fish1-0/+8
1992-06-23 * configure: fix various problems with propogatingSteve Chamberlain1-0/+6
makefile_target_frag in subdirs. * configure.in: config libgcc if its there
1992-06-19* config.sub: HPPA merge.Stu Grossman1-0/+4
1992-06-15 * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install,Fred Fish1-0/+10
it is broken on ncr 3000's.
1992-06-13Add sun4sol2 => sparc-sun-solaris2.John Gilmore1-0/+13
1992-06-04* config.sub: Add support for Linux.Per Bothner1-0/+6
* Makefile.in: Use $(FLAGS_TO_PASS) more consistently (at least for libg++).
1992-06-03fix -nfp documentationDavid D. Zuhn1-0/+4
1992-06-03Makefile.in (all-binutils): ar needs flex, so depend on all-flex.Michael Tiemann1-0/+10