aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/mt-hppa17
1 files changed, 17 insertions, 0 deletions
diff --git a/config/mt-hppa b/config/mt-hppa
new file mode 100644
index 0000000..9054b23
--- /dev/null
+++ b/config/mt-hppa
@@ -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`
+
+
+
+
+
+
+