Commit 6bc2c8c8 by Mark Klein Committed by Jeff Law

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

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

From-SVN: r29163
parent d0f3d9c2
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> Tue Sep 7 10:08:40 1999 Andreas Schwab <schwab@suse.de>
* final.c (shorten_branches): Fix last change. * final.c (shorten_branches): Fix last change.
......
...@@ -1101,6 +1101,23 @@ changequote([,])dnl ...@@ -1101,6 +1101,23 @@ changequote([,])dnl
target_cpu_default="MASK_PA_11" target_cpu_default="MASK_PA_11"
use_collect2=yes 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*) i370-*-mvs*)
;; ;;
changequote(,)dnl changequote(,)dnl
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment