From 877a53990d681eaa54fa2ff55f1c954e8072a005 Mon Sep 17 00:00:00 2001 From: "David D. Zuhn" Date: Mon, 13 Sep 1993 19:33:54 +0000 Subject: [PATCH] use pagas instead of gas --- config/mt-hppa | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/mt-hppa 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` + + + + + + + -- 2.7.4