Compiler a bit bigger

This commit is contained in:
Ben Gras 2005-08-31 16:35:36 +00:00
parent e0e9e78d8e
commit 7ed864f5b0

View file

@ -3,7 +3,7 @@ t=/usr/src/etc/binary_sizes
if [ "$1" = big ]
then t=$t.big
fi
chmem =200000 /usr/lib/* /usr/lib/i386/*
chmem =250000 /usr/lib/* /usr/lib/i386/*
if [ -f $t ]
then cat "$t" | while read line
do awk '{ print "chmem =" $2 " " $1 }'