From: David D. Zuhn Date: Mon, 13 Sep 1993 19:33:54 +0000 (+0000) Subject: use pagas instead of gas X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=877a53990d681eaa54fa2ff55f1c954e8072a005;p=binutils-gdb.git use pagas instead of gas --- diff --git a/config/mt-hppa b/config/mt-hppa new file mode 100644 index 00000000000..9054b232713 --- /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` + + + + + + +