Преглед на файлове

toolchain/gcc: remove uclibc hack

This was introduced with 014d3b98b96872d020ffccf0358ba60967b3f1c0 , which
is almost 10 years old. uClibc-ng does not suffer from this problem.

Note that this hack prevents libstdc++ from using C++11 math functions.

Tested by removing all of the mpd patches designed to fix this and
compiling.

Signed-off-by: Rosen Penev <[email protected]>
Rosen Penev преди 6 години
родител
ревизия
1647790ae6
променени са 1 файла, в които са добавени 0 реда и са изтрити 3 реда
  1. 0 3
      toolchain/gcc/common.mk

+ 0 - 3
toolchain/gcc/common.mk

@@ -74,9 +74,6 @@ TAR_OPTIONS += \
 	--exclude=libjava
 	--exclude=libjava
 
 
 export libgcc_cv_fixed_point=no
 export libgcc_cv_fixed_point=no
-ifdef CONFIG_USE_UCLIBC
-  export glibcxx_cv_c99_math_tr1=no
-endif
 ifdef CONFIG_INSTALL_GCCGO
 ifdef CONFIG_INSTALL_GCCGO
   export libgo_cv_c_split_stack_supported=no
   export libgo_cv_c_split_stack_supported=no
 endif
 endif