Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
1992-05-31 | recognize m680[1234] as separate processors now | David D. Zuhn | 1 | -0/+5 | |
1992-05-31 | better error testing on perverse cases (eg, ./config.sub -sun3) | David D. Zuhn | 1 | -0/+5 | |
1992-05-29 | Add flex to the list of keepers. flex is needed to build GNU ld. | Michael Tiemann | 1 | -0/+5 | |
1992-05-28 | Pass $tooldir in FLAGS_TO_PASS. Define -aout in $os. Both of these | Michael Tiemann | 1 | -0/+9 | |
are needed to do a `make all install' for a vxworks68 target install. | |||||
1992-05-22 | Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com) | Michael Tiemann | 1 | -0/+9 | |
* Makefile.in (tooldir): Define it. (all-ld): Depend on all-flex. | |||||
1992-05-08 | do not bury pwd into config.status, thus do fewer pwds | K. Richard Pixley | 1 | -0/+3 | |
1992-05-08 | print Building message only when subdir != . AND verbose | K. Richard Pixley | 1 | -0/+3 | |
1992-05-08 | remove -s, rework -v to better accomodate guested configures | K. Richard Pixley | 1 | -0/+3 | |
1992-05-08 | updated to 3 may | K. Richard Pixley | 1 | -0/+11 | |
1992-04-30 | pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on install | K. Richard Pixley | 1 | -0/+13 | |
1992-04-24 | do not print subdir_do lines or recursion lines | K. Richard Pixley | 1 | -0/+4 | |
1992-04-24 | add autoconf | K. Richard Pixley | 1 | -0/+4 | |
1992-04-23 | configure: test for and move config.status pieces from subdir. | K. Richard Pixley | 1 | -0/+5 | |
1992-04-22 | Test for nonexistance of files before trying to mv them, to avoid numerous | Fred Fish | 1 | -0/+7 | |
nonexistance error messages. | |||||
1992-04-21 | correct final line of config.status | K. Richard Pixley | 1 | -0/+2 | |