aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1993-01-07redo (yet again) chill sanitization -- thanks perDavid D. Zuhn1-7/+40
1993-01-07revert chill Sanitize patchesDavid D. Zuhn1-40/+7
1993-01-06fix chill sanitizationBill Cox1-7/+40
1993-01-06 * test-build.mk: set $PATH for all buildsDavid D. Zuhn1-4/+4
* Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
1993-01-06 * Makefile.in (GCC_FOR_TARGET): Supply a default that matchesFred Fish1-6/+31
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-05 * Makefile.in: FLAGS_TO_PASS, send down GCC_FOR_TARGET,Steve Chamberlain1-0/+3
AR_FOR_TARGET and RANLIB_FOR_TARGET so gcc can make libgcc in a Canadian Cross.
1993-01-04Fix all-h8300sim typoSteve Chamberlain1-1/+2
1993-01-03Added h8300simSteve Chamberlain1-3/+23
1992-12-25better clean handlingDavid D. Zuhn1-16/+7
1992-12-24clean up mostlyclean changesDavid D. Zuhn1-3/+3
1992-12-24 * Makefile.in (mostlyclean, distclean, realclean): Fix toPer Bothner1-4/+21
do more-or-less the right thing.
1992-12-22add dvi targetDavid D. Zuhn1-2/+2
1992-12-16Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-6/+8
* 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-15Change AR_FLAGS from qc to rc - the 'q' option is not Posix.Per Bothner1-1/+1
1992-12-13 * Makefile.in: extensive cleanup:: removed all of the explicitDavid D. Zuhn1-346/+175
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-11-28define and pass down locations for X11 filesDavid D. Zuhn1-18/+55
1992-11-07added tcl, tk, and expectDavid D. Zuhn1-1/+100
1992-11-06missing backslash after C++_FOR_BUILD in FLAGS_TO_PASS (latest/make dies,Mark Eichin1-1/+1
/bin/make ignores it...)
1992-11-05merge in some p3 Makefile changesDavid D. Zuhn1-48/+39
1992-11-05* Makefile.in: Added stuff for building deja-gnu.Mike Werner1-9/+55
1992-10-09Remove space from blank line, avoid Make complaints.John Gilmore1-1/+1
1992-10-08Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-3/+3
* 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-10/+36
1992-09-10Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-1/+1
* 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-1/+20
* 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-38/+124
* 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-6/+6
1992-08-31get the order of opcodes + binutils right so that everything buildsMike Werner1-4/+4
1992-08-31Support for opcodes directorySteve Chamberlain1-6/+37
1992-08-31removed debugging code accidentally checked inDavid D. Zuhn1-2/+2
1992-08-31changes tests from -d foo to -f foo/MakefileDavid D. Zuhn1-41/+50
1992-08-28-S flag is no longer supported (nor needed) with flex.Sean Eric Fagan1-16/+28
1992-08-03clean up Makefile.in (install), configure.in (the parts that choose what not ↵David D. Zuhn1-101/+38
to build for a host or target)
1992-07-17 * Makefile.in, configure.in: add tgasSteve Chamberlain1-3/+14
1992-07-16progressive changesK. Richard Pixley1-118/+172
1992-06-23Add install-newlibSteve Chamberlain1-2/+2
1992-06-17Add move-if-change to DEVO_SUPPORT_FILES.Stu Grossman1-1/+1
1992-06-16More cleanup in gdb packaging...Stu Grossman1-20/+23
1992-06-04* config.sub: Add support for Linux.Per Bothner1-49/+13
* Makefile.in: Use $(FLAGS_TO_PASS) more consistently (at least for libg++).
1992-06-03Makefile.in (all-binutils): ar needs flex, so depend on all-flex.Michael Tiemann1-1095/+131
1992-04-24do not print subdir_do lines or recursion linesK. Richard Pixley1-7/+7
1992-04-24add autoconfK. Richard Pixley1-11/+73
1992-04-21pass CFLAGS, remove MINUS_G, default CFLAGS to -gK. Richard Pixley1-226/+145
1992-04-14remove clean-stamps from cleanK. Richard Pixley1-1/+1
1992-04-13added flex to the build treeDavid D. Zuhn1-12/+71
1992-04-11Add MINUS_G macro, default to -g, and pass on to recursive makes.Fred Fish1-174/+140
Recognize new ncr3000 config.
1992-03-31add send_pr. remove "force" from .stmp-gprof rule. Supress echoing of all ↵K. Richard Pixley1-89/+157
the "if [ -d ... $(MAKE)" lines.
1992-03-31gdb.tar.Z: all-texinfo target is now .stmp-texinfo.Stu Grossman1-1/+1
1992-03-27Put in stuff necessary for gprof to be built, cleaned up, etc.Sean Eric Fagan1-8/+68
1992-03-20Add .stmp-readline to all.cross...Stu Grossman1-1/+1