Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1992-11-07 | delete some old ose cruft, handle -wrs as an os | David D. Zuhn | 1 | -1/+3 | |
1992-11-07 | * config.sub: remove 'sparc'-->'sparc-sun' default transformation, | David D. Zuhn | 1 | -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-07 | import from p3 | David D. Zuhn | 1 | -0/+4 | |
1992-11-07 | added tcl, tk, and expect | David D. Zuhn | 1 | -0/+6 | |
1992-11-06 | Checked in ChangeLog | Mike Werner | 1 | -14/+0 | |
1992-11-05 | merge in some p3 Makefile changes | David D. Zuhn | 1 | -0/+45 | |
1992-11-05 | checked in new changelog | Mike Werner | 1 | -0/+6 | |
1992-11-05 | changed changelog | Mike Werner | 1 | -0/+12 | |
1992-10-30 | Add deja-gnu to configdirs. | Fred Fish | 1 | -0/+19 | |
1992-10-13 | Replace m68kmote with plain old m68k. | John Gilmore | 1 | -0/+4 | |
1992-10-09 | Remove space from blank line, avoid Make complaints. | John Gilmore | 1 | -0/+4 | |
1992-10-09 | * config.sub: Complain if no argument is given. Added support for 386bsd as OS | Ken Raeburn | 1 | -0/+5 | |
and target alias. | |||||
1992-10-08 | Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+5 | |
* Makefile.in (XTRAFLAGS): include newlib directories if newlib/Makefile exists, rather than if host != target. | |||||
1992-10-05 | changes from p3. (new sparclite-wrs-vxworks triple, xiberty rules) | Mark Eichin | 1 | -0/+11 | |
1992-09-29 | Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -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-18 | only set PWD if it is already set (and likely wrong). from p3. | Mark Eichin | 1 | -0/+4 | |
1992-09-18 | Changes to make the gdb.tar.Z rule work better. | John Gilmore | 1 | -0/+8 | |
* Makefile.in (GDB_SUPPORT_DIRS): Add opcodes. (DEVO_SUPPORT): Add configure.texi. (bfd-ilrt.tar.Z): Remove ancient rule. | |||||
1992-09-18 | from p3. Some shells leave PWD in the environment (old tcsh, ksh at least) | Mark Eichin | 1 | -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-15 | Changes to make an installed cross-compiler find everything correctly. | Ian Lance Taylor | 1 | -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-10 | Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -0/+3 | |
* Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to pick up the machine and system specific header files. | |||||
1992-09-10 | Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -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-10 | Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -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-09 | Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -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-09 | build opcodes before gas or gdb | Ken Raeburn | 1 | -1/+10 | |
1992-09-01 | * Makefile.in: all-opcodes, cd into the right directory | Steve Chamberlain | 1 | -0/+4 | |
1992-09-01 | Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -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-28 | Accept i486 where i386 ok. | John Gilmore | 1 | -0/+4 | |
1992-08-27 | * config.sub: add we32k | Brendan Kehoe | 1 | -0/+6 | |
1992-08-24 | Brought up from p3: | Ian Lance Taylor | 1 | -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-04 | fix INFO-DIR-ENTRY, new gen-info-dir | David D. Zuhn | 1 | -0/+7 | |
1992-08-03 | clean up Makefile.in (install), configure.in (the parts that choose what not ↵ | David D. Zuhn | 1 | -0/+10 | |
to build for a host or target) | |||||
1992-08-03 | * config.sub (ncr3000): Change i386 to i486. | Fred Fish | 1 | -0/+19 | |
1992-07-18 | build in-place before other builds | K. Richard Pixley | 1 | -1/+2 | |
1992-07-18 | remove stamp-co on very | K. Richard Pixley | 1 | -0/+1 | |
1992-07-18 | predicate stage3 and comparison on the existence of gcc | K. Richard Pixley | 1 | -1/+2 | |
1992-07-18 | recurse explicitly with -f test-build.mk when appropriate. | K. Richard Pixley | 1 | -0/+5 | |
1992-07-17 | * Makefile.in, configure.in: add tgas | Steve Chamberlain | 1 | -0/+4 | |
1992-07-16 | progressive changes | K. Richard Pixley | 1 | -0/+2 | |
1992-07-16 | add libm | K. Richard Pixley | 1 | -0/+2 | |
1992-07-16 | ignore some stuff that comes from test-build.mk. | K. Richard Pixley | 1 | -0/+4 | |
1992-07-16 | remove some stray cvsmerge crud | K. Richard Pixley | 1 | -0/+6 | |
1992-07-08 | * config/mh-solaris: Use -xs when compiling so that Sun-C puts | Stu Grossman | 1 | -0/+5 | |
a symbol-table into the executable. | |||||
1992-07-07 | * config.sub: Add es1800 (m68k-ericsson-es1800). | Fred Fish | 1 | -0/+8 | |
1992-06-23 | * configure: fix various problems with propogating | Steve Chamberlain | 1 | -0/+6 | |
makefile_target_frag in subdirs. * configure.in: config libgcc if its there | |||||
1992-06-19 | * config.sub: HPPA merge. | Stu Grossman | 1 | -0/+4 | |
1992-06-15 | * config/mh-ncr3000 (INSTALL): Don't use /usr/ucb/install, | Fred Fish | 1 | -0/+10 | |
it is broken on ncr 3000's. | |||||
1992-06-13 | Add sun4sol2 => sparc-sun-solaris2. | John Gilmore | 1 | -0/+13 | |
1992-06-04 | * config.sub: Add support for Linux. | Per Bothner | 1 | -0/+6 | |
* Makefile.in: Use $(FLAGS_TO_PASS) more consistently (at least for libg++). | |||||
1992-06-03 | fix -nfp documentation | David D. Zuhn | 1 | -0/+4 | |
1992-06-03 | Makefile.in (all-binutils): ar needs flex, so depend on all-flex. | Michael Tiemann | 1 | -0/+10 | |