From 3ad0ef3736ac336e2c4f621498c26b1cf3a3a1d0 Mon Sep 17 00:00:00 2001 From: Steve Chamberlain Date: Fri, 17 Jul 1992 01:34:45 +0000 Subject: [PATCH] * Makefile.in, configure.in: add tgas --- ChangeLog | 4 ++++ Makefile.in | 17 ++++++++++++++--- configure.in | 2 +- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3ce6983..154611a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com) + + * Makefile.in, configure.in: add tgas + Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com) * Makefile.in: a number of changes merged in from progressive. diff --git a/Makefile.in b/Makefile.in index c51df49..4707e88 100644 --- a/Makefile.in +++ b/Makefile.in @@ -69,7 +69,7 @@ MAKEINFO = `if [ -d $${rootme}/texinfo/C ] ; \ then echo $${rootme}/texinfo/C/makeinfo ; \ else echo makeinfo ; fi` -SUBDIRS = libiberty mmalloc glob readline bfd gdb binutils ld gas gcc libg++ libgcc clib newlib libm +SUBDIRS = libiberty mmalloc glob readline bfd gdb binutils ld gas tgas gcc libg++ libgcc clib newlib libm OTHERS = ALL = all.normal @@ -147,13 +147,13 @@ install-dir.info: $(INSTALL_DATA) dir.info $(infodir)/dir.info all.normal: all-autoconf all-libiberty all-mmalloc all-texinfo \ - all-bison all-byacc all-flex all-bfd all-ld all-gas all-gcc \ + all-bison all-byacc all-flex all-bfd all-ld all-gas all-tgas all-gcc \ all-binutils all-libg++ all-readline all-gdb \ all-make all-rcs all-cvs all-diff all-grep \ all-patch all-emacs all-ispell \ all-newlib all-gprof all-send_pr all-libm -all.cross: all-libiberty all-mmalloc all-gas all-byacc all-ld \ +all.cross: all-libiberty all-mmalloc all-gas all-tgas all-byacc all-ld \ all-bfd all-libgcc all-readline all-gdb all-newlib # $(MAKE) $(FLAGS_TO_PASS) subdir_do DO=all "DODIRS=$(SUBDIRS) $(OTHERS)" @@ -620,6 +620,17 @@ install-gas: force true ; \ fi +### gas +all-tgas: all-libiberty all-bfd + @if [ -f ./tgas/Makefile ] ; then \ + rootme=`pwd` ; export rootme ; \ + (cd ./tgas; \ + $(MAKE) $(FLAGS_TO_PASS) all) ; \ + else \ + true ; \ + fi + + ### ld all-ld: all-libiberty all-bfd all-byacc all-flex @if [ -f ./ld/Makefile ] ; then \ diff --git a/configure.in b/configure.in index a6834da..f6d6eb9 100644 --- a/configure.in +++ b/configure.in @@ -3,7 +3,7 @@ # script appropriate for this directory. For more information, check # any existing configure script. -configdirs="autoconf libgcc mmalloc libiberty texinfo bfd binutils byacc bison flex gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm" +configdirs="autoconf libgcc mmalloc libiberty texinfo bfd binutils byacc bison flex gcc readline glob ld gas gdb emacs ispell make grep diff rcs cvs patch send_pr libg++ newlib gprof gdbtest libm tgas" srctrigger=cfg-paper.texi srcname="gnu development package" -- 2.7.4