1
0

003-no-fPIC.patch 280 B

12345678910
  1. --- a/Rules.mak
  2. +++ b/Rules.mak
  3. @@ -185,7 +185,6 @@ export UCLIBCXX_RUNTIME_PREFIX UCLIBCXX_
  4. WRAPPER = $(top_builddir)bin/g++-uc
  5. OPTIMIZATION:=
  6. -PICFLAG:=-fPIC
  7. # use '-Os' optimization if available, else use -O2, allow Config to override
  8. $(eval $(call check-gcc-var,-Os))