aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc47
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gcc47')
-rw-r--r--lang/gcc47/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile
index 4eab8941fe42..080ec6d89c84 100644
--- a/lang/gcc47/Makefile
+++ b/lang/gcc47/Makefile
@@ -61,6 +61,10 @@ CONFIGURE_ARGS+=--disable-bootstrap
CONFIGURE_ARGS+=--with-build-config=bootstrap-debug
ALL_TARGET= bootstrap-lean
.endif
+INSTALL_TARGET= install-strip
+.if ${UID} != 0
+BINMODE= 755
+.endif
CONFIGURE_ARGS+=--disable-nls \
--enable-gnu-indirect-function \
--libdir=${TARGLIB} \