From b5b277f51439e52bec1ecdb1f6f1d19a3aed448a Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 25 Jun 2009 21:04:37 +0200 Subject: add some packages - add make/patch/rpm and dependencies - update ar7 port a little bit --- toolchain/gcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 41ea5b9d8..6148985c1 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -38,7 +38,7 @@ ifeq ($(ADK_DEVICE_NO_FPU),y) GCC_CONFOPTS+= --with-float=soft endif -ifeq ($(ADK_LINUX_MIPS64),y) +ifeq ($(ADK_LINUX_64),y) GCC_CONFOPTS+= --with-abi=64 endif -- cgit v1.2.3