diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-04-28 02:12:40 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-04-28 02:12:40 +0000 |
commit | 48f08516447330febb419421347c279d990d3443 (patch) | |
tree | b3f746b4d1a7aa6b22d6dcf046faecd1cbb3d459 /make | |
parent | d906413ad97812d17864c0ec2da85acdcb20060f (diff) | |
download | buildroot-novena-48f08516447330febb419421347c279d990d3443.tar.gz buildroot-novena-48f08516447330febb419421347c279d990d3443.zip |
Little logic cleanup
Diffstat (limited to 'make')
-rw-r--r-- | make/uclibc_toolchain.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/make/uclibc_toolchain.mk b/make/uclibc_toolchain.mk index d99e2ff56..2341bd8d9 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) ############################################################# # |