aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>1999-11-18 20:33:45 +0000
committerEric Andersen <andersen@codepoet.org>1999-11-18 20:33:45 +0000
commitab746abfc05c28824b25e12b86a538b09fb9275d (patch)
tree35409ccc9689143920a45894a107fec0e10b90a6
parent1c43d0c5afaff6d2151d7d2ba774ece9d2dc78cb (diff)
downloadbusybox-w32-ab746abfc05c28824b25e12b86a538b09fb9275d.tar.gz
busybox-w32-ab746abfc05c28824b25e12b86a538b09fb9275d.tar.bz2
busybox-w32-ab746abfc05c28824b25e12b86a538b09fb9275d.zip
Stuf
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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"`
36 36
37GCCSUPPORTSOPTSIZE=$(shell \ 37GCCSUPPORTSOPTSIZE=$(shell \
38if ( test $(GCCMAJVERSION) -eq 2 ) ; then \ 38if ( test $(GCCMAJVERSION) -eq 2 ) ; then \
39 if ( test $(GCCMINVERSION) -ge 95 ) ; then \ 39 if ( test $(GCCMINVERSION) -ge 91 ) ; then \
40 echo "true"; \ 40 echo "true"; \
41 else \ 41 else \
42 echo "false"; \ 42 echo "false"; \