aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorDavid D. Zuhn <zoo@cygnus>1993-09-13 19:33:54 +0000
committerDavid D. Zuhn <zoo@cygnus>1993-09-13 19:33:54 +0000
commit877a53990d681eaa54fa2ff55f1c954e8072a005 (patch)
tree676ef8ddadeaec10099806a66ee6d167143634dd /config
parent36b41837d6fbee0b71ca5b7d2d23320ebc8aadae (diff)
downloadfsf-binutils-gdb-877a53990d681eaa54fa2ff55f1c954e8072a005.zip
fsf-binutils-gdb-877a53990d681eaa54fa2ff55f1c954e8072a005.tar.gz
fsf-binutils-gdb-877a53990d681eaa54fa2ff55f1c954e8072a005.tar.bz2
use pagas instead of gas
Diffstat (limited to 'config')
-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`
+
+
+
+
+
+
+