From: Eric Andersen Date: Mon, 28 Apr 2003 02:12:40 +0000 (-0000) Subject: Little logic cleanup X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=48f08516447330febb419421347c279d990d3443;p=buildroot.git Little logic cleanup --- diff --git a/make/uclibc_toolchain.mk b/make/uclibc_toolchain.mk index d99e2ff562..2341bd8d97 100644 --- a/make/uclibc_toolchain.mk +++ b/make/uclibc_toolchain.mk @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ifeq ($(USE_UCLIBC_TOOLCHAIN),true) -ifeq ($(GCC_2_95_TOOLCHAIN),false) +ifneq ($(GCC_2_95_TOOLCHAIN),true) ############################################################# #