diff options
author | K. Richard Pixley <rich@cygnus> | 1991-04-04 19:01:18 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1991-04-04 19:01:18 +0000 |
commit | eb02fd64a65fb5ac4ee74911c9bcd928c3b2ac0d (patch) | |
tree | c8b9b1309a18fd72c77404224be3e121e86a93f2 /config/mt-a29k | |
parent | 55dd74a1a89f3d978842841a632dabe3215d1c58 (diff) | |
download | gdb-eb02fd64a65fb5ac4ee74911c9bcd928c3b2ac0d.zip gdb-eb02fd64a65fb5ac4ee74911c9bcd928c3b2ac0d.tar.gz gdb-eb02fd64a65fb5ac4ee74911c9bcd928c3b2ac0d.tar.bz2 |
Initial revision
Diffstat (limited to 'config/mt-a29k')
-rw-r--r-- | config/mt-a29k | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/mt-a29k b/config/mt-a29k new file mode 100644 index 0000000..9a6ed1d --- /dev/null +++ b/config/mt-a29k @@ -0,0 +1,4 @@ +BINUTILSDIR=/u1/rich/work/binutils.$(target)/Host-$(host)/Target-$(target) +AR=$(BINUTILSDIR)/ar cqv +RANLIB=$(BINUTILSDIR)/ranlib +OSLAYER = clib/os-layer.$(target) |