mirror of
https://github.com/sheumann/hush.git
synced 2025-01-20 05:30:25 +00:00
Stuf
This commit is contained in:
parent
1c43d0c5af
commit
ab746abfc0
2
Makefile
2
Makefile
@ -36,7 +36,7 @@ GCCMINVERSION=`$(CC) --version | sed -n "s/^\([0-9]\)\.\([0-9].*\)[\.].*/\2/p"`
|
|||||||
|
|
||||||
GCCSUPPORTSOPTSIZE=$(shell \
|
GCCSUPPORTSOPTSIZE=$(shell \
|
||||||
if ( test $(GCCMAJVERSION) -eq 2 ) ; then \
|
if ( test $(GCCMAJVERSION) -eq 2 ) ; then \
|
||||||
if ( test $(GCCMINVERSION) -ge 95 ) ; then \
|
if ( test $(GCCMINVERSION) -ge 91 ) ; then \
|
||||||
echo "true"; \
|
echo "true"; \
|
||||||
else \
|
else \
|
||||||
echo "false"; \
|
echo "false"; \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user