This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PA64 configure bits



This doesn't include the config.sub changes (which I'll submit to the proper
folks tomorrow).  And PA64 still doesn't bootstrap due to all the changes
to calls.c over the last couple months.  But if you make the obvious change
to config.sub you can configure for hppa64-hp-hpux11.00 to build a PA64
compiler.

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

Index: configure.in
===================================================================
RCS file: /cvs/gcc/egcs/gcc/configure.in,v
retrieving revision 1.368
diff -c -3 -p -r1.368 configure.in
*** configure.in	2000/05/04 02:25:32	1.368
--- configure.in	2000/05/11 07:18:09
*************** changequote([,])dnl
*** 1118,1123 ****
--- 1118,1147 ----
  		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"






Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]