summaryrefslogtreecommitdiffstats
path: root/lib/libstand
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2014-02-09 16:37:17 +0000
committeremaste <emaste@FreeBSD.org>2014-02-09 16:37:17 +0000
commit1d20cbce2acfa8571956a037ce274539315d22a5 (patch)
treef652def44ac31bf208b6a8eefa78b949e83817fc /lib/libstand
parent22ac5f84111be7cfcaecf95afaa8dee4859c38ac (diff)
downloadFreeBSD-src-1d20cbce2acfa8571956a037ce274539315d22a5.zip
FreeBSD-src-1d20cbce2acfa8571956a037ce274539315d22a5.tar.gz
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
Diffstat (limited to 'lib/libstand')
-rw-r--r--lib/libstand/Makefile3
-rw-r--r--lib/libstand/libstand.34
2 files changed, 0 insertions, 7 deletions
diff --git a/lib/libstand/Makefile b/lib/libstand/Makefile
index 597dcc1..359fa4a 100644
--- a/lib/libstand/Makefile
+++ b/lib/libstand/Makefile
@@ -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
diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3
index d808be7..2938e2d 100644
--- a/lib/libstand/libstand.3
+++ b/lib/libstand/libstand.3
@@ -674,7 +674,3 @@ the environment functions and this manpage were written by
.An Mike Smith Aq msmith@FreeBSD.org .
.Sh BUGS
The lack of detailed memory usage data is unhelpful.
-.Pp
-On the powerpc64 architecture
-.Nm
-is a 32-bit library.
OpenPOWER on IntegriCloud