Skip to content

Commit

Permalink
toolchain/gcc: remove uclibc hack
Browse files Browse the repository at this point in the history
This was introduced with 014d3b9 , 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]>
  • Loading branch information
neheb authored and Lienol committed Jul 9, 2024
1 parent e484982 commit 61f9727
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions toolchain/gcc/common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ TAR_OPTIONS += \
--exclude=libjava

export libgcc_cv_fixed_point=no
ifdef CONFIG_USE_UCLIBC
export glibcxx_cv_c99_math_tr1=no
endif
ifdef CONFIG_INSTALL_GCCGO
export libgo_cv_c_split_stack_supported=no
endif
Expand Down

0 comments on commit 61f9727

Please sign in to comment.