summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-03-03 06:38:16 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-03-03 06:38:16 +0100
commit1b8b4b1839bb012877b8e98cc8932b4cf0349440 (patch)
tree997ad72134f2bf1dee6d638c3798a648f6d09734 /toolchain/gcc
parent6ec63e7445fec93fba027a70083b16cd470e5a95 (diff)
convert to upper case symbols, remove lower case ADK_big/ADK_little
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
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