mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-26 08:51:13 +00:00
11 lines
320 B
Diff
11 lines
320 B
Diff
|
--- a/Rules.mak
|
||
|
+++ b/Rules.mak
|
||
|
@@ -185,7 +185,6 @@ export UCLIBCXX_RUNTIME_PREFIX UCLIBCXX_RUNTIME_LIBDIR UCLIBCXX_RUNTIME_BINDIR U
|
||
|
|
||
|
WRAPPER = $(top_builddir)bin/g++-uc
|
||
|
OPTIMIZATION:=
|
||
|
-PICFLAG:=-fPIC
|
||
|
|
||
|
# use '-Os' optimization if available, else use -O2, allow Config to override
|
||
|
$(eval $(call check-gcc-var,-Os))
|