Commit 951498a4 authored by law's avatar law
Browse files

* configure.in (hppa*64*-*-hpux11*): New target for PA64 support.

        * configure: Rebuilt.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33839 138bc75d-0d04-0410-961f-82ee72b054a4
parent afd40440
No related merge requests found
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.
......
This diff is collapsed.
......@@ -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"
......
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