diff options
author | K. Richard Pixley <rich@cygnus> | 1991-04-13 02:12:45 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-04-13 02:12:45 +0000 |
commit | ec342d7d9a0c42316b1984e2125515500e05d7e3 (patch) | |
tree | 4207f5439361cbf7eb7e448284528f7db7678a57 /config | |
parent | 321b5f8d3dee5bb57cd62ac575bf52dfc69ca568 (diff) | |
download | gdb-ec342d7d9a0c42316b1984e2125515500e05d7e3.zip gdb-ec342d7d9a0c42316b1984e2125515500e05d7e3.tar.gz gdb-ec342d7d9a0c42316b1984e2125515500e05d7e3.tar.bz2 |
Config cut 3. We now almost install a29k.
Diffstat (limited to 'config')
-rw-r--r-- | config/mt-a29k | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/config/mt-a29k b/config/mt-a29k index 9a6ed1d..43fae2b 100644 --- a/config/mt-a29k +++ b/config/mt-a29k @@ -1,4 +1,9 @@ -BINUTILSDIR=/u1/rich/work/binutils.$(target)/Host-$(host)/Target-$(target) -AR=$(BINUTILSDIR)/ar cqv -RANLIB=$(BINUTILSDIR)/ranlib -OSLAYER = clib/os-layer.$(target) +AR = ar-a29k +AR_FLAGS = qs +RANLIB = echo + +# This is a hack. By declaring subdirs using "SUBDIRS=" rather than +# with a space, config won't reset this. This is a hack to override +# the set of directories to be made. +SUBDIRS= binutils gas gcc clib + |