Add an explicit note about the (possible) use of GCC 3.2 instead of 3.3.
This commit is contained in:
parent
699969f897
commit
ecde3212c5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=93332
2 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,8 @@ ONLY_FOR_ARCHS= i386
|
|||
USE_XPM= yes
|
||||
USE_BISON= yes
|
||||
USE_GMAKE= yes
|
||||
# GCC 3.2 also seems fine, but the ports collection requires specifying
|
||||
# a concrete version.
|
||||
USE_GCC= 3.3
|
||||
USE_REINPLACE= yes
|
||||
|
||||
|
|
|
@ -27,6 +27,8 @@ ONLY_FOR_ARCHS= i386
|
|||
USE_XPM= yes
|
||||
USE_BISON= yes
|
||||
USE_GMAKE= yes
|
||||
# GCC 3.2 also seems fine, but the ports collection requires specifying
|
||||
# a concrete version.
|
||||
USE_GCC= 3.3
|
||||
USE_REINPLACE= yes
|
||||
|
||||
|
|
Loading…
Reference in a new issue