diff options
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r-- | toolchain/gcc/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 036a4afb2..4044ead03 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -61,13 +61,9 @@ endif ifeq ($(ARCH),m68k) GCC_CONFOPTS+= --disable-tls -else -ifeq ($(ARCH),cris) -GCC_CONFOPTS+= --disable-tls else GCC_CONFOPTS+= --enable-tls endif -endif ifeq ($(ARCH),powerpc) GCC_CONFOPTS+= --disable-target-optspace --with-long-double-64 --enable-secureplt |