aboutsummaryrefslogtreecommitdiff
path: root/gas/Makefile.in
AgeCommit message (Collapse)AuthorFilesLines
1993-03-23add installcheckDavid D. Zuhn1-1/+1
1993-03-20Make targ-cpu.o depend on config.h so gas will build from scratch.Jim Wilson1-1/+1
1993-03-12config.h, version.c: Now generated from the Makefile.Ken Raeburn1-7/+26
ALL_CFLAGS: No longer define TARGET_CPU. check: Print a message, rather than staying silent. VERSION: New variable.
1992-12-03Some cleanup.Ken Raeburn1-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-15Changes to make an installed cross-compiler find everything correctly.Ian Lance Taylor1-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-09include opcode libraryKen Raeburn1-1/+1
1992-09-01Brought forward from p3:Ian Lance Taylor1-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-29Make as.new depend on LOCAL_LOADLIBES.Jim Wilson1-1/+1
1992-08-24Mon Aug 24 12:45:43 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-1/+1
* Makefile.in: defined TARGET_CPU for C code so that it can choose one element of a family.
1992-08-18Moved in from p3:Ian Lance Taylor1-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-07get the CROSS macro into gcc's flagsK. Richard Pixley1-7/+7
1992-04-07The apollo make does not like lines which end in a backslash, but do not haveSean Eric Fagan1-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-14pass MAKEINFO macro on infoK. Richard Pixley1-1/+1
1992-03-13Fri Mar 13 08:03:03 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1-4/+4
* flonum-const.c: renamed flonum-konst.c to stop dos name conflict.
1992-03-08This is the second batch of makefile changes. Libg++ makefiles wereK. Richard Pixley1-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-21changes from Minh Tran-Le <TRANLE@INTELLICORP.COM> to support i386K. Richard Pixley1-1/+2
coff as it appears to be used on aix386.
1992-02-21doc. bring it in, use it.K. Richard Pixley1-1/+10
1992-02-17fighting bitrot in a major wayK. Richard Pixley1-197/+30
1992-02-15White space and comment changes. #ifdef __STDC__ becomes #if __STDC__K. Richard Pixley1-8/+9
== 1. Get the declarations right in listing.[hc].
1991-12-07Fri Dec 6 23:16:43 1991 K. Richard Pixley (rich at rtl.cygnus.com)K. Richard Pixley1-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-20link as.new only if there is something to link toK. Richard Pixley1-3/+5
1991-11-13make the stage link a soft oneK. Richard Pixley1-3/+3
1991-11-08get version from the right placeK. Richard Pixley1-1/+1
1991-11-07only build a link if it isn't there alreadyK. Richard Pixley1-3/+3
1991-11-06*** empty log message ***Steve Chamberlain1-5/+5
1991-11-05Uses ddestdir instead of destdir.Steve Chamberlain1-3/+3
1991-11-05get libiberty path rightK. Richard Pixley1-3/+3
1991-10-12 doc/as.texinfo: minor changes for texi2roff-2Roland Pesch1-5/+4
Makefile.in: revise 'doc' target.
1991-10-10new binary layout and cp/mv instead of INSTALLK. Richard Pixley1-5/+6
1991-10-10Creating Makefile stubs in preparation for mips three-stage.K. Richard Pixley1-5/+10
1991-10-02Some $(srcdir)'s become $(unsubdir)'s.K. Richard Pixley1-2/+2
1991-10-02no more configure on which to dependK. Richard Pixley1-1/+1
1991-10-01Exploit the new executable config.statusK. Richard Pixley1-13/+9
1991-09-01Link via as.new to avoid what might be some other cross assembler forK. Richard Pixley1-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-12Awk for version number.K. Richard Pixley1-1/+1
1991-06-09added support for binary comparisons.K. Richard Pixley1-14/+8
1991-05-18Buying into ../include and ../libiberty.K. Richard Pixley1-56/+36
1991-04-24Three staging checkpoint.K. Richard Pixley1-31/+30
1991-04-15Now handles multiple hosts and targets.K. Richard Pixley1-5/+9
1991-04-11Cut 2 config. Subdirs.K. Richard Pixley1-3/+18
1991-04-04Initial revisionK. Richard Pixley1-0/+584