We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26cc59f commit ab8de43Copy full SHA for ab8de43
2 files changed
build-devkit.sh
@@ -185,8 +185,6 @@ case $PLATFORM in
185
;;
186
MINGW32* )
187
cflags="-D__USE_MINGW_ACCESS"
188
-# horrid hack to get -flto to work on windows
189
- plugin_ld="--with-plugin-ld=ld"
190
191
esac
192
dkarm-eabi/scripts/build-gcc.sh
@@ -60,7 +60,7 @@ then
60
--with-newlib \
61
--with-headers=../../newlib-$NEWLIB_VER/newlib/libc/include \
62
--prefix=$prefix \
63
- --enable-lto $plugin_ld\
+ --enable-lto\
64
--with-system-zlib \
65
--with-bugurl="http://wiki.devkitpro.org/index.php/Bug_Reports" --with-pkgversion="devkitARM release 48" \
66
$CROSS_PARAMS \
0 commit comments