* Martin Michlmayr <[EMAIL PROTECTED]> [2007-12-09 13:49]: > > +_P=) > > +GCC_VERSION := $(shell gcc --version | sed -n "/^gcc/s/^[^$(_P)]*$(_P) > > \(.\..\).*/\1/p")
Plus, the patch assumes your gcc binary is called "gcc", i.e. it doesn't honour $CC. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

