configure.in: Add hppa1.0-*-mpeix for MPE port.

* configure.in: Add hppa1.0-*-mpeix for MPE port.
        * configure: Rebuilt.

From-SVN: r29163
This commit is contained in:
Mark Klein 1999-09-07 09:44:47 +00:00 committed by Jeff Law
parent d0f3d9c2ae
commit 6bc2c8c8a6
3 changed files with 248 additions and 220 deletions

View File

@ -1,3 +1,8 @@
Tue Sep 7 03:42:45 1999 Mark Klein (mklein@dis.com)
* configure.in: Add hppa1.0-*-mpeix for MPE port.
* configure: Rebuilt.
Tue Sep 7 10:08:40 1999 Andreas Schwab <schwab@suse.de>
* final.c (shorten_branches): Fix last change.

446
gcc/configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -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