aboutsummaryrefslogtreecommitdiffstats
path: root/devel/boost
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-05-30 05:06:36 +0800
committerpav <pav@FreeBSD.org>2004-05-30 05:06:36 +0800
commitcc8670d4168a9f147de96b0329f8033051333959 (patch)
tree882015b5bb1f15c39544907c70740b966b307918 /devel/boost
parentd374835cc59518e36c365842883b57d7fd5e0a8d (diff)
downloadfreebsd-ports-gnome-cc8670d4168a9f147de96b0329f8033051333959.tar.gz
freebsd-ports-gnome-cc8670d4168a9f147de96b0329f8033051333959.tar.zst
freebsd-ports-gnome-cc8670d4168a9f147de96b0329f8033051333959.zip
- Fix build on alpha
PR: ports/67338 Submitted by: Simon Barner <barner@in.tum.de> (maintainer)
Diffstat (limited to 'devel/boost')
-rw-r--r--devel/boost/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/boost/Makefile b/devel/boost/Makefile
index c8a4066ce6fc..0778ba478060 100644
--- a/devel/boost/Makefile
+++ b/devel/boost/Makefile
@@ -75,6 +75,9 @@ BJAM_BUILD+= <optimization>off
.if ${ARCH} == alpha
BJAM= ${WRKSRC}/tools/build/jam_src/bin.freebsdaxp/bjam
+# temporary work around for GCC bug on alpha
+# ("-mcpu=ev4 -mtune=ev5 -mieee" makes gcc consume all virtual memory)
+CXXFLAGS=-O -pipe
.elif ${ARCH} == sparc64
BJAM= ${WRKSRC}/tools/build/jam_src/bin.freebsdsparc/bjam
.elif ${ARCH} == ia64