Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1993-03-23 | add installcheck | David D. Zuhn | 1 | -1/+1 | |
1993-03-20 | Make targ-cpu.o depend on config.h so gas will build from scratch. | Jim Wilson | 1 | -1/+1 | |
1993-03-12 | config.h, version.c: Now generated from the Makefile. | Ken Raeburn | 1 | -7/+26 | |
ALL_CFLAGS: No longer define TARGET_CPU. check: Print a message, rather than staying silent. VERSION: New variable. | |||||
1992-12-03 | Some cleanup. | Ken Raeburn | 1 | -19/+6 | |
Deleted some unused code. Fixed some declarations to use PARAMS macro. Fixed up configure.in for new targets. Some whitespace/comment fixes. Merged config/ChangeLog. | |||||
1992-09-15 | Changes to make an installed cross-compiler find everything correctly. | Ian Lance Taylor | 1 | -4/+8 | |
Tue Sep 15 15:32:02 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in (install): if $(tooldir) exists, install as in $(tooldir)/bin. | |||||
1992-09-09 | include opcode library | Ken Raeburn | 1 | -1/+1 | |
1992-09-01 | Brought forward from p3: | Ian Lance Taylor | 1 | -12/+10 | |
Sun Aug 30 21:24:46 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: map "as" through program_transform_name when installing. | |||||
1992-08-29 | Make as.new depend on LOCAL_LOADLIBES. | Jim Wilson | 1 | -1/+1 | |
1992-08-24 | Mon Aug 24 12:45:43 1992 Ian Lance Taylor (ian@cygnus.com) | Ian Lance Taylor | 1 | -1/+1 | |
* Makefile.in: defined TARGET_CPU for C code so that it can choose one element of a family. | |||||
1992-08-18 | Moved in from p3: | Ian Lance Taylor | 1 | -21/+39 | |
Tue Aug 18 14:16:38 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories. Removed MINUS_G, set CFLAGS to default to -g, added FLAGS_TO_PASS, passed FLAGS_TO_PASS to recursive makes. | |||||
1992-07-07 | get the CROSS macro into gcc's flags | K. Richard Pixley | 1 | -7/+7 | |
1992-04-07 | The apollo make does not like lines which end in a backslash, but do not have | Sean Eric Fagan | 1 | -6/+8 | |
anything following (it tries to interpret the next line as a command; for this file, the next line was merely more rules). | |||||
1992-03-14 | pass MAKEINFO macro on info | K. Richard Pixley | 1 | -1/+1 | |
1992-03-13 | Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com) | Steve Chamberlain | 1 | -4/+4 | |
* flonum-const.c: renamed flonum-konst.c to stop dos name conflict. | |||||
1992-03-08 | This is the second batch of makefile changes. Libg++ makefiles were | K. Richard Pixley | 1 | -11/+16 | |
checked in earlier. These are Makefiles relevant to the progressive release currently in progress. * added exec_prefix * default bindir now exec_prefix/bin * default libdir now exec_prefix/lib * default mandir now prefix/man * default infodir now prefix/info * added oldincludedir, default NULL * remove all traces of the old -subdirs and -namesubdir support, including code, for loops, and all subdir/unsubdir stuff. * remove old style staging targets {de-}stage[1234], comparison, bootstrapN, from all but the bootstrappable tools. * added check targets. * removed any "Last Mod" lines. * forced copyrights to '92 and shifted some from Cygnus to FSF. * added tooldir and program_prefix where needed. * updated texinfo and man pages, removed all references to multiple hosts or targets. | |||||
1992-02-21 | changes from Minh Tran-Le <TRANLE@INTELLICORP.COM> to support i386 | K. Richard Pixley | 1 | -1/+2 | |
coff as it appears to be used on aix386. | |||||
1992-02-21 | doc. bring it in, use it. | K. Richard Pixley | 1 | -1/+10 | |
1992-02-17 | fighting bitrot in a major way | K. Richard Pixley | 1 | -197/+30 | |
1992-02-15 | White space and comment changes. #ifdef __STDC__ becomes #if __STDC__ | K. Richard Pixley | 1 | -8/+9 | |
== 1. Get the declarations right in listing.[hc]. | |||||
1991-12-07 | Fri Dec 6 23:16:43 1991 K. Richard Pixley (rich at rtl.cygnus.com) | K. Richard Pixley | 1 | -49/+32 | |
* Makefile.in: install using INSTALL_DATA and INSTALL_PROGRAM. correct include directory locations. added standards.text support. * configure.in: mark this directory as target dependent. Thu Dec 5 22:46:23 1991 K. Richard Pixley (rich at rtl.cygnus.com) * Makefile.in: idestdir and ddestdir go away. Added copyrights and shift gpl to v2. Added ChangeLog if it didn't exist. docdir and mandir now keyed off datadir by default. | |||||
1991-11-20 | link as.new only if there is something to link to | K. Richard Pixley | 1 | -3/+5 | |
1991-11-13 | make the stage link a soft one | K. Richard Pixley | 1 | -3/+3 | |
1991-11-08 | get version from the right place | K. Richard Pixley | 1 | -1/+1 | |
1991-11-07 | only build a link if it isn't there already | K. Richard Pixley | 1 | -3/+3 | |
1991-11-06 | *** empty log message *** | Steve Chamberlain | 1 | -5/+5 | |
1991-11-05 | Uses ddestdir instead of destdir. | Steve Chamberlain | 1 | -3/+3 | |
1991-11-05 | get libiberty path right | K. Richard Pixley | 1 | -3/+3 | |
1991-10-12 | doc/as.texinfo: minor changes for texi2roff-2 | Roland Pesch | 1 | -5/+4 | |
Makefile.in: revise 'doc' target. | |||||
1991-10-10 | new binary layout and cp/mv instead of INSTALL | K. Richard Pixley | 1 | -5/+6 | |
1991-10-10 | Creating Makefile stubs in preparation for mips three-stage. | K. Richard Pixley | 1 | -5/+10 | |
1991-10-02 | Some $(srcdir)'s become $(unsubdir)'s. | K. Richard Pixley | 1 | -2/+2 | |
1991-10-02 | no more configure on which to depend | K. Richard Pixley | 1 | -1/+1 | |
1991-10-01 | Exploit the new executable config.status | K. Richard Pixley | 1 | -13/+9 | |
1991-09-01 | Link via as.new to avoid what might be some other cross assembler for | K. Richard Pixley | 1 | -12/+16 | |
people with '.' in their paths. Also, push as.new into as.old in an attempt to catch a couple gdb bugs. | |||||
1991-06-12 | Awk for version number. | K. Richard Pixley | 1 | -1/+1 | |
1991-06-09 | added support for binary comparisons. | K. Richard Pixley | 1 | -14/+8 | |
1991-05-18 | Buying into ../include and ../libiberty. | K. Richard Pixley | 1 | -56/+36 | |
1991-04-24 | Three staging checkpoint. | K. Richard Pixley | 1 | -31/+30 | |
1991-04-15 | Now handles multiple hosts and targets. | K. Richard Pixley | 1 | -5/+9 | |
1991-04-11 | Cut 2 config. Subdirs. | K. Richard Pixley | 1 | -3/+18 | |
1991-04-04 | Initial revision | K. Richard Pixley | 1 | -0/+584 | |