1_00_stable_10817
Eric Andersen 1999-11-18 20:33:45 +00:00
parent 1c43d0c5af
commit ab746abfc0
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ GCCMINVERSION=`$(CC) --version | sed -n "s/^\([0-9]\)\.\([0-9].*\)[\.].*/\2/p"`
GCCSUPPORTSOPTSIZE=$(shell \
if ( test $(GCCMAJVERSION) -eq 2 ) ; then \
if ( test $(GCCMINVERSION) -ge 95 ) ; then \
if ( test $(GCCMINVERSION) -ge 91 ) ; then \
echo "true"; \
else \
echo "false"; \