use pagas instead of gas
authorDavid D. Zuhn <zoo@cygnus>
Mon, 13 Sep 1993 19:33:54 +0000 (19:33 +0000)
committerDavid D. Zuhn <zoo@cygnus>
Mon, 13 Sep 1993 19:33:54 +0000 (19:33 +0000)
config/mt-hppa [new file with mode: 0644]

diff --git a/config/mt-hppa b/config/mt-hppa
new file mode 100644 (file)
index 0000000..9054b23
--- /dev/null
@@ -0,0 +1,17 @@
+AS_FOR_TARGET = ` \
+  if [ -f $${rootme}/pagas/Makefile ] ; then \
+    echo $${rootme}/pagas/as.new ; \
+  else \
+    if [ "$(host_canonical)" = "$(target_canonical)" ] ; then \
+      echo $(AS); \
+    else \
+       t='$(program_transform_name)'; echo as | sed -e '' $$t ; \
+    fi; \
+  fi`
+
+
+
+
+
+
+
This page took 0.023479 seconds and 4 git commands to generate.