aboutsummaryrefslogtreecommitdiff
path: root/config/mt-a29k
diff options
context:
space:
mode:
Diffstat (limited to 'config/mt-a29k')
-rw-r--r--config/mt-a29k13
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
+