Add an explicit note about the (possible) use of GCC 3.2 instead of 3.3.

This commit is contained in:
Gerald Pfeifer 2003-11-07 21:41:45 +00:00
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

View file

@ -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

View file

@ -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