projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
36b4183
)
use pagas instead of gas
author
David D. Zuhn
<zoo@cygnus>
Mon, 13 Sep 1993 19:33:54 +0000
(19:33 +0000)
committer
David D. Zuhn
<zoo@cygnus>
Mon, 13 Sep 1993 19:33:54 +0000
(19:33 +0000)
config/mt-hppa
[new file with mode: 0644]
patch
|
blob
diff --git a/config/mt-hppa
b/config/mt-hppa
new file mode 100644
(file)
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`
+
+
+
+
+
+
+