Commit Graph

136 Commits

Author SHA1 Message Date
Per Bothner 5cc24596c8 * guess-systype: Renamed to ...
* config.guess:  ... by popular request.
	* configure.in, Makefile.in:  Update accordingly.
1993-01-23 21:55:04 +00:00
Stu Grossman d94d255d58 Update GDB_SUPPORT_DIRS and GDB_SUPPORT_FILES. 1993-01-18 23:30:48 +00:00
Stu Grossman e9a050f9aa Makefile.in (FLAGS_TO_PASS): Balance (start-sanitize-chill) with (end-sanitize-chill). 1993-01-18 22:46:10 +00:00
Mike Werner 7d9f0c54d6 * Makefile.in: added variables CHILL_FOR_TARGET, CHILLFLAGS,
and CHILL_LIB.
	* deja-gnu/gdb.t31/Makefile.in: removed explicit setting of
	  CHILL variables as these are now passed down from the top
	  level makefile using FLAGS_TO_PASS.
1993-01-16 01:05:50 +00:00
Ian Lance Taylor f4e414f14a Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in (GCC_FLAGS_TO_PASS): New variable.
	(all-gcc, install-gcc, subdir_do): Use it.
1993-01-15 18:32:04 +00:00
Jim Wilson 31883f012e Rename uninstalled gcc driver from gcc to xgcc. 1993-01-14 01:07:41 +00:00
David D. Zuhn 9f73dd6a47 chillrt depends on a C library (newlib) 1993-01-12 08:12:55 +00:00
David D. Zuhn d405f5be84 redo (yet again) chill sanitization -- thanks per 1993-01-07 01:43:53 +00:00
David D. Zuhn b13a565e75 revert chill Sanitize patches 1993-01-07 01:24:52 +00:00
Bill Cox 92ffd58037 fix chill sanitization 1993-01-06 22:31:06 +00:00
David D. Zuhn 1b9b509007 * test-build.mk: set $PATH for all builds
* Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
1993-01-06 21:45:48 +00:00
Fred Fish bc2a2c17cc * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
the one used in gcc/Makefile.in, so that a null expansion doesn't
	override the one needed to build gcc with a native cc.
1993-01-06 19:04:18 +00:00
Steve Chamberlain d09de70e76 * Makefile.in: FLAGS_TO_PASS, send down GCC_FOR_TARGET,
AR_FOR_TARGET and RANLIB_FOR_TARGET so gcc can make libgcc in a
	Canadian Cross.
1993-01-05 15:39:43 +00:00
Steve Chamberlain ce1a2ef4ca Fix all-h8300sim typo 1993-01-04 15:46:12 +00:00
Steve Chamberlain 5dca5185af Added h8300sim 1993-01-03 23:16:04 +00:00
David D. Zuhn 7fed407888 better clean handling 1992-12-25 01:31:54 +00:00
David D. Zuhn e9b5ed5986 clean up mostlyclean changes 1992-12-24 22:10:05 +00:00
Per Bothner 3b30df82b6 * Makefile.in (mostlyclean, distclean, realclean): Fix to
do more-or-less the right thing.
1992-12-24 20:42:13 +00:00
David D. Zuhn 64d9abf40d add dvi target 1992-12-22 23:27:58 +00:00
Ian Lance Taylor e85e07cb85 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in: Add lines defining CC and CXX, and use CXX rather
	than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
1992-12-16 18:27:07 +00:00
Per Bothner b5329d84cc Change AR_FLAGS from qc to rc - the 'q' option is not Posix. 1992-12-15 23:01:02 +00:00
David D. Zuhn b1cceba2c0 * Makefile.in: extensive cleanup:: removed all of the explicit
clean-* targets, collapsed many wrappers around subdir_do into
 	one, added additional targets to satisfy standards.texi, deleted
 	some old targets, some changes for consistency
1992-12-13 09:08:29 +00:00
David D. Zuhn d1bea4c760 define and pass down locations for X11 files 1992-11-28 02:37:07 +00:00
David D. Zuhn ffce44a010 added tcl, tk, and expect 1992-11-07 05:00:06 +00:00
Mark Eichin e8e18f7490 missing backslash after C++_FOR_BUILD in FLAGS_TO_PASS (latest/make dies,
/bin/make ignores it...)
1992-11-06 04:27:29 +00:00
David D. Zuhn 378fd38252 merge in some p3 Makefile changes 1992-11-05 23:04:38 +00:00
Mike Werner fca4f908ca * Makefile.in: Added stuff for building deja-gnu. 1992-11-05 02:23:34 +00:00
John Gilmore 5a63b336cb Remove space from blank line, avoid Make complaints. 1992-10-09 10:15:05 +00:00
Ian Lance Taylor 9d4016257d Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in (XTRAFLAGS): include newlib directories if
	newlib/Makefile exists, rather than if host != target.
1992-10-08 22:09:32 +00:00
Mark Eichin fb90daebc9 changes from p3. (new sparclite-wrs-vxworks triple, xiberty rules) 1992-10-05 07:58:54 +00:00
Ian Lance Taylor 0012a471ae Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
* Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
	pick up the machine and system specific header files.
1992-09-10 22:45:45 +00:00
Ian Lance Taylor 440868a029 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
* 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-10 17:45:18 +00:00
Ian Lance Taylor 5148923360 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
* 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 19:24:23 +00:00
Ken Raeburn a904db5348 build opcodes before gas or gdb 1992-09-09 03:15:37 +00:00
Mike Werner 868ebe79a8 get the order of opcodes + binutils right so that everything builds 1992-08-31 23:19:34 +00:00
Steve Chamberlain aa06ff7e3c Support for opcodes directory 1992-08-31 22:26:18 +00:00
David D. Zuhn a5cdd8afd1 removed debugging code accidentally checked in 1992-08-31 01:21:57 +00:00
David D. Zuhn 98a33b6db9 changes tests from -d foo to -f foo/Makefile 1992-08-31 01:07:24 +00:00
Sean Eric Fagan 8b361a954a -S flag is no longer supported (nor needed) with flex. 1992-08-28 21:27:32 +00:00
David D. Zuhn dfa891fc11 clean up Makefile.in (install), configure.in (the parts that choose what not to build for a host or target) 1992-08-03 22:44:29 +00:00
Steve Chamberlain 3ad0ef3736 * Makefile.in, configure.in: add tgas 1992-07-17 01:34:45 +00:00
K. Richard Pixley 06a0794409 progressive changes 1992-07-16 23:09:11 +00:00
Steve Chamberlain 475f9b6d66 Add install-newlib 1992-06-23 01:34:25 +00:00
Stu Grossman be2becc736 Add move-if-change to DEVO_SUPPORT_FILES. 1992-06-17 00:27:12 +00:00
Stu Grossman 6995fe83a5 More cleanup in gdb packaging... 1992-06-16 22:53:09 +00:00
Per Bothner f0e9ba1e63 * config.sub: Add support for Linux.
* Makefile.in:  Use $(FLAGS_TO_PASS) more consistently (at least for libg++).
1992-06-04 07:38:43 +00:00
Michael Tiemann 2198e4ba24 Makefile.in (all-binutils): ar needs flex, so depend on all-flex. 1992-06-03 00:21:33 +00:00
K. Richard Pixley 1dbe4d41aa do not print subdir_do lines or recursion lines 1992-04-24 22:56:39 +00:00
K. Richard Pixley 618f57a9a2 add autoconf 1992-04-24 21:46:16 +00:00
K. Richard Pixley f8a6ad66f0 pass CFLAGS, remove MINUS_G, default CFLAGS to -g 1992-04-21 04:07:29 +00:00