diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/mt-hppa | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/config/mt-hppa b/config/mt-hppa deleted file mode 100644 index 9054b23..0000000 --- a/config/mt-hppa +++ /dev/null @@ -1,17 +0,0 @@ -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` - - - - - - - |