summaryrefslogtreecommitdiff
path: root/gcc/configure.in
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-07 09:44:47 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>1999-09-07 09:44:47 +0000
commita61839d5ecd190be691ee13890e94b1e26be32b3 (patch)
treeae31107f731f824ab2023ececb5f4f3bfb98c34b /gcc/configure.in
parentf25ce063e1ba5d0ff86d817f4bf223e6533e3b6e (diff)
downloadgcc-a61839d5ecd190be691ee13890e94b1e26be32b3.tar.gz
* configure.in: Add hppa1.0-*-mpeix for MPE port.
* configure: Rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29163 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/configure.in')
-rw-r--r--gcc/configure.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/gcc/configure.in b/gcc/configure.in
index fca71493789..070e0ee0f3d 100644
--- a/gcc/configure.in
+++ b/gcc/configure.in
@@ -1101,6 +1101,23 @@ changequote([,])dnl
target_cpu_default="MASK_PA_11"
use_collect2=yes
;;
+ tm_file="${tm_file} pa/pa-mpeix.h"
+ xm_file=pa/xm-pampeix.h
+ xmake_file=pa/x-pa-mpeix
+ echo "You must use gas. Assuming it is already installed."
+ install_headers_dir=install-headers-tar
+ fixincludes=Makefile.in
+ use_collect2=yes
+ ;;
+ hppa*-*-mpeix*)
+ tm_file="${tm_file} pa/pa-mpeix.h"
+ xm_file=pa/xm-pampeix.h
+ xmake_file=pa/x-pa-mpeix
+ echo "You must use gas. Assuming it is already installed."
+ install_headers_dir=install-headers-tar
+ fixincludes=Makefile.in
+ use_collect2=yes
+ ;;
i370-*-mvs*)
;;
changequote(,)dnl