use pagas instead of gas

This commit is contained in:
David D. Zuhn 1993-09-13 19:33:54 +00:00
parent 36b41837d6
commit 877a53990d
1 changed files with 17 additions and 0 deletions

17
config/mt-hppa Normal file
View File

@ -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`