Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Mar 2009 15:59:14 GMT
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 159570 for review
Message-ID:  <200903211559.n2LFxEmp020990@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=159570

Change 159570 by nwhitehorn@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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903211559.n2LFxEmp020990>