Larger stack and datasize seems only be needed if gcc2 is used.

This commit is contained in:
Martin Blapp 2002-06-10 13:11:37 +00:00
parent 6d8e12a600
commit 41a7ef6b86
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=61050
3 changed files with 6 additions and 0 deletions

View file

@ -162,6 +162,7 @@ pre-fetch:
@${ECHO} stable as it should.
@${ECHO}
@${ECHO} KERNEL CONFIGURATION:
.if ${USE_GCC} == 2.95
@${ECHO}
@${ECHO} Openoffice needs a larger stack- and
@${ECHO} datasize to build. Check your limit
@ -171,6 +172,7 @@ pre-fetch:
@${ECHO} options MAXDSIZ=\"\(1024*1024*1024\)\"
@${ECHO} options MAXSSIZ=\"\(256*1024*1024\)\"
@${ECHO}
.endif
.if !exists(/usr/include/langinfo.h)
@${ECHO}
@${ECHO} langinfo.h is missing !

View file

@ -162,6 +162,7 @@ pre-fetch:
@${ECHO} stable as it should.
@${ECHO}
@${ECHO} KERNEL CONFIGURATION:
.if ${USE_GCC} == 2.95
@${ECHO}
@${ECHO} Openoffice needs a larger stack- and
@${ECHO} datasize to build. Check your limit
@ -171,6 +172,7 @@ pre-fetch:
@${ECHO} options MAXDSIZ=\"\(1024*1024*1024\)\"
@${ECHO} options MAXSSIZ=\"\(256*1024*1024\)\"
@${ECHO}
.endif
.if !exists(/usr/include/langinfo.h)
@${ECHO}
@${ECHO} langinfo.h is missing !

View file

@ -162,6 +162,7 @@ pre-fetch:
@${ECHO} stable as it should.
@${ECHO}
@${ECHO} KERNEL CONFIGURATION:
.if ${USE_GCC} == 2.95
@${ECHO}
@${ECHO} Openoffice needs a larger stack- and
@${ECHO} datasize to build. Check your limit
@ -171,6 +172,7 @@ pre-fetch:
@${ECHO} options MAXDSIZ=\"\(1024*1024*1024\)\"
@${ECHO} options MAXSSIZ=\"\(256*1024*1024\)\"
@${ECHO}
.endif
.if !exists(/usr/include/langinfo.h)
@${ECHO}
@${ECHO} langinfo.h is missing !