Display the kernel config message for 2.95 gcc only on STABLE.

This commit is contained in:
Martin Blapp 2002-06-13 10:40:20 +00:00
parent a7c5f93343
commit f79f718185
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61201
3 changed files with 6 additions and 3 deletions

View File

@ -161,8 +161,9 @@ pre-fetch:
@${ECHO} has beta quality and does not yet work as
@${ECHO} stable as it should.
@${ECHO}
.if (defined(USE_GCC) && ${USE_GCC} == 2.95) || \
(${OSVERSION} < 500000 && !defined(USE_GCC))
@${ECHO} KERNEL CONFIGURATION:
.if defined(USE_GCC) && ${USE_GCC} == 2.95
@${ECHO}
@${ECHO} Openoffice needs a larger stack- and
@${ECHO} datasize to build. Check your limit

View File

@ -161,8 +161,9 @@ pre-fetch:
@${ECHO} has beta quality and does not yet work as
@${ECHO} stable as it should.
@${ECHO}
.if (defined(USE_GCC) && ${USE_GCC} == 2.95) || \
(${OSVERSION} < 500000 && !defined(USE_GCC))
@${ECHO} KERNEL CONFIGURATION:
.if defined(USE_GCC) && ${USE_GCC} == 2.95
@${ECHO}
@${ECHO} Openoffice needs a larger stack- and
@${ECHO} datasize to build. Check your limit

View File

@ -161,8 +161,9 @@ pre-fetch:
@${ECHO} has beta quality and does not yet work as
@${ECHO} stable as it should.
@${ECHO}
.if (defined(USE_GCC) && ${USE_GCC} == 2.95) || \
(${OSVERSION} < 500000 && !defined(USE_GCC))
@${ECHO} KERNEL CONFIGURATION:
.if defined(USE_GCC) && ${USE_GCC} == 2.95
@${ECHO}
@${ECHO} Openoffice needs a larger stack- and
@${ECHO} datasize to build. Check your limit