summaryrefslogtreecommitdiff
path: root/mk/compiler/mipspro.mk
diff options
context:
space:
mode:
authorcheusov <cheusov>2011-08-22 09:18:29 +0000
committercheusov <cheusov>2011-08-22 09:18:29 +0000
commit68c9d72d6d7c5449e4e9f589545e8a8172f77c21 (patch)
tree404b685cace3d2326e9087329477d3318c5c0881 /mk/compiler/mipspro.mk
parent00dc64228f3cd26a5d07f69f1ccdf5dc40bf2a1d (diff)
downloadpkgsrc-68c9d72d6d7c5449e4e9f589545e8a8172f77c21.tar.gz
Fix bootstrap on IRIX with mipspro compiler, for details
see PR 42424. I couldn't fix this problem using TOOLROOT variable.
Diffstat (limited to 'mk/compiler/mipspro.mk')
-rw-r--r--mk/compiler/mipspro.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/mk/compiler/mipspro.mk b/mk/compiler/mipspro.mk
index c76a384641a..2b53e70f1e4 100644
--- a/mk/compiler/mipspro.mk
+++ b/mk/compiler/mipspro.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mipspro.mk,v 1.41 2009/06/02 22:32:49 joerg Exp $
+# $NetBSD: mipspro.mk,v 1.42 2011/08/22 09:18:29 cheusov Exp $
#
# This is the compiler definition for the MIPSpro C compiler.
#
@@ -15,6 +15,8 @@ COMPILER_MIPSPRO_MK= defined
MIPSPROBASE?= /usr
+COMPILER_USE_SYMLINKS= no # PR pkg/42424
+
# LANGUAGES.<compiler> is the list of supported languages by the
# compiler.
#