configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
* configure.in (hppa*64*-*-hpux11*): New target for PA64 support. * configure: Rebuilt. From-SVN: r33839
This commit is contained in:
parent
2798f0d41f
commit
99b09ff352
3 changed files with 196 additions and 153 deletions
|
@ -1,3 +1,8 @@
|
|||
Thu May 11 01:19:31 2000 Jeffrey A Law (law@cygnus.com)
|
||||
|
||||
* configure.in (hppa*64*-*-hpux11*): New target for PA64 support.
|
||||
* configure: Rebuilt.
|
||||
|
||||
2000-05-10 Laurynas Biveinis <lauras@softhome.net>
|
||||
|
||||
* i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
|
||||
|
|
320
gcc/configure
vendored
320
gcc/configure
vendored
File diff suppressed because it is too large
Load diff
|
@ -1118,6 +1118,30 @@ changequote([,])dnl
|
|||
install_headers_dir=install-headers-cpio
|
||||
use_collect2=yes
|
||||
;;
|
||||
hppa*64*-*-hpux11*)
|
||||
target_cpu_default="MASK_PA_11"
|
||||
xm_file=pa/xm-pa64hpux.h
|
||||
xmake_file=pa/x-pa-hpux
|
||||
tmake_file=pa/t-pa
|
||||
tm_file="pa/pa64-start.h ${tm_file} pa/pa64-regs.h pa/long_double.h pa/elf.h pa/pa-hpux.h pa/pa-hpux11.h pa/pa-64.h"
|
||||
float_format=i128
|
||||
tmake_file=pa/t-pa64
|
||||
target_cpu_default="(MASK_PA_11|MASK_PA_20)"
|
||||
|
||||
if [[ x$gas = xyes ]]
|
||||
then
|
||||
tm_file="${tm_file} pa/pa-gas.h"
|
||||
fi
|
||||
# if [[ x$enable_threads = x ]]; then
|
||||
# enable_threads=$have_pthread_h
|
||||
# fi
|
||||
# if [[ x$enable_threads = xyes ]]; then
|
||||
# thread_file='dce'
|
||||
# tmake_file="${tmake_file} pa/t-dce-thr"
|
||||
# fi
|
||||
install_headers_dir=install-headers-cpio
|
||||
use_collect2=yes
|
||||
;;
|
||||
hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
|
||||
target_cpu_default="MASK_PA_11"
|
||||
tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue