diff options
author | cheusov <cheusov> | 2011-08-22 09:18:29 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2011-08-22 09:18:29 +0000 |
commit | b99cd01d21affb4fb056f495edc133c0ce42dfc1 (patch) | |
tree | 404b685cace3d2326e9087329477d3318c5c0881 /mk/compiler | |
parent | 9428c72bbd1d640e99f83cfd9fa60409ba7f82c8 (diff) | |
download | pkgsrc-b99cd01d21affb4fb056f495edc133c0ce42dfc1.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')
-rw-r--r-- | mk/compiler/mipspro.mk | 4 |
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. # |