diff options
author | Jeff Law <law@redhat.com> | 1993-12-26 04:03:38 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-12-26 04:03:38 +0000 |
commit | 068b08ebf9ca8f9c65d16591cfa8213e6da522ef (patch) | |
tree | e766e7309f0028de3c5d98307eddfe77c5e1a9d8 /config | |
parent | 28958ab2d07432614fd201cb8e0721f1e1f0db46 (diff) | |
download | gdb-068b08ebf9ca8f9c65d16591cfa8213e6da522ef.zip gdb-068b08ebf9ca8f9c65d16591cfa8213e6da522ef.tar.gz gdb-068b08ebf9ca8f9c65d16591cfa8213e6da522ef.tar.bz2 |
No longer needed.
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` - - - - - - - |