Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/prefix:master commit in: scripts/
Date: Sun, 05 May 2019 08:16:02
Message-Id: 1557044147.6a100e41bd7c18939115d4709bd4d7f3deb5117c.grobian@gentoo
1 commit: 6a100e41bd7c18939115d4709bd4d7f3deb5117c
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 5 08:13:34 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sun May 5 08:15:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=6a100e41
7
8 scripts/bootstrap-prefix: pick up SmartOS GCC7, bug #685082
9
10 As reported by Tim Boudreau, recent SmartOS uses GCC7. Don't do any
11 cleverness with globbing for now.
12
13 Closes: https://bugs.gentoo.org/685082
14 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
15
16 scripts/bootstrap-prefix.sh | 1 +
17 1 file changed, 1 insertion(+)
18
19 diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
20 index 3c4f7dbde7..bd687483a5 100755
21 --- a/scripts/bootstrap-prefix.sh
22 +++ b/scripts/bootstrap-prefix.sh
23 @@ -2284,6 +2284,7 @@ EOF
24 # OpenIndiana 151a5
25 [[ -d /usr/gnu/bin ]] && PATH="${PATH}:/usr/gnu/bin"
26 # SmartOS
27 + [[ -d /opt/local/gcc7/bin ]] && PATH="${PATH}:/opt/local/gcc7/bin"
28 [[ -d /opt/local/gcc47/bin ]] && PATH="${PATH}:/opt/local/gcc47/bin"
29 ;;
30 *-darwin1*)