From: Eric Andersen Date: Thu, 18 Nov 1999 20:33:45 +0000 (-0000) Subject: Stuf X-Git-Tag: 0_39~55 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ab746abfc05c28824b25e12b86a538b09fb9275d;p=oweals%2Fbusybox.git Stuf --- diff --git a/Makefile b/Makefile index d84bf027d..c982cc676 100644 --- a/Makefile +++ b/Makefile @@ -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"; \