mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-11 05:46:51 +08:00
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:
parent
d0f3d9c2ae
commit
6bc2c8c8a6
@ -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
446
gcc/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user