PERFORCE change 159570 for review

Nathan Whitehorn nwhitehorn at FreeBSD.org
Sat Mar 21 08:59:17 PDT 2009


http://perforce.freebsd.org/chv.cgi?CH=159570

Change 159570 by nwhitehorn at nwhitehorn_comporellon on 2009/03/21 15:58:27

	Copy over powerpc arch bits of msun and libthr to ppc64 to get make
	kernel-toolchain working for a 64-bit target.

Affected files ...

.. //depot/projects/ppc-g5/lib/libthr/arch/ppc64/Makefile.inc#1 add
.. //depot/projects/ppc-g5/lib/libthr/arch/ppc64/include/pthread_md.h#1 add
.. //depot/projects/ppc-g5/lib/libthr/arch/ppc64/ppc64/pthread_md.c#1 add
.. //depot/projects/ppc-g5/lib/msun/Makefile#2 edit

Differences ...

==== //depot/projects/ppc-g5/lib/msun/Makefile#2 (text+ko) ====

@@ -14,6 +14,8 @@
 
 .if ${MACHINE_ARCH} == "i386"
 ARCH_SUBDIR= i387
+.elif ${MACHINE_ARCH} == "ppc64"
+ARCH_SUBDIR= powerpc
 .else
 ARCH_SUBDIR= ${MACHINE_ARCH}
 .endif


More information about the p4-projects mailing list