Commit 99b09ff3 by Jeffrey A Law Committed by Jeff Law

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
parent 2798f0d4
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> 2000-05-10 Laurynas Biveinis <lauras@softhome.net>
* i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace. * i386/xm-djgpp.h (XREF_FILE_NAME): Add mising brace.
......
...@@ -1118,6 +1118,30 @@ changequote([,])dnl ...@@ -1118,6 +1118,30 @@ changequote([,])dnl
install_headers_dir=install-headers-cpio install_headers_dir=install-headers-cpio
use_collect2=yes 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*) hppa1.1-*-hpux11* | hppa2*-*-hpux11*)
target_cpu_default="MASK_PA_11" 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" tm_file="${tm_file} pa/pa32-regs.h pa/long_double.h pa/som.h pa/pa-hpux.h pa/pa-hpux11.h"
......
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