Author: emaste
Date: Sun Feb  9 16:37:17 2014
New Revision: 261668
URL: http://svnweb.freebsd.org/changeset/base/261668

Log:
  Build libstand as a 64-bit library on ppc64
  
  The 32-bit bootloaders now link against libstand.a in sys/boot/libstand32,
  so there is no need to force /usr/lib/libstand.a to be 32-bit.
  
  This is equivalent to r261568 for amd64.
  
  Sponsored by: The FreeBSD Foundation

Modified:
  head/lib/libstand/Makefile
  head/lib/libstand/libstand.3

Modified: head/lib/libstand/Makefile
==============================================================================
--- head/lib/libstand/Makefile  Sun Feb  9 16:16:24 2014        (r261667)
+++ head/lib/libstand/Makefile  Sun Feb  9 16:37:17 2014        (r261668)
@@ -35,9 +35,6 @@ CFLAGS+=      -Os
 .if ${MACHINE_CPUARCH} == "powerpc"
 CFLAGS+=       -msoft-float -D_STANDALONE -DNETIF_DEBUG
 .endif
-.if ${MACHINE_ARCH} == "powerpc64"
-CFLAGS+=       -m32 -I.
-.endif
 .if ${MACHINE_CPUARCH} == "arm"
 CFLAGS+=       -msoft-float -D_STANDALONE
 .endif

Modified: head/lib/libstand/libstand.3
==============================================================================
--- head/lib/libstand/libstand.3        Sun Feb  9 16:16:24 2014        
(r261667)
+++ head/lib/libstand/libstand.3        Sun Feb  9 16:37:17 2014        
(r261668)
@@ -674,7 +674,3 @@ the environment functions and this manpa
 .An Mike Smith Aq msm...@freebsd.org .
 .Sh BUGS
 The lack of detailed memory usage data is unhelpful.
-.Pp
-On the powerpc64 architecture
-.Nm
-is a 32-bit library.
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to