From: Jeff Law Date: Sun, 26 Dec 1993 04:03:38 +0000 (+0000) Subject: No longer needed. X-Git-Tag: gdb-4_18~16284 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=068b08ebf9ca8f9c65d16591cfa8213e6da522ef;p=thirdparty%2Fbinutils-gdb.git No longer needed. --- diff --git a/config/mt-hppa b/config/mt-hppa deleted file mode 100644 index 9054b232713..00000000000 --- 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` - - - - - - -