From 1b8b4b1839bb012877b8e98cc8932b4cf0349440 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 3 Mar 2015 06:38:16 +0100 Subject: convert to upper case symbols, remove lower case ADK_big/ADK_little --- toolchain/gcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 65899a334..b27497e87 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -114,7 +114,7 @@ GCC_FINAL_CONFOPTS+= --disable-biarch --disable-multilib endif ifeq ($(ADK_TARGET_ARCH_SH),y) -ifeq ($(ADK_little),y) +ifeq ($(ADK_TARGET_LITTLE_ENDIAN),y) GCC_CONFOPTS+= --with-endian=little else GCC_CONFOPTS+= --with-endian=big -- cgit v1.2.3