blob: f622c8bec01821faa84ddff9bc88acf826611ca2 (
plain)
1
2
3
4
5
6
7
|
# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
# built without debugging information
LIBGCC2_DEBUG_CFLAGS=
# custom installation rules for mingw32 (append .exe to binaries, etc.)
# INSTALL_DOSREL=install-dosrel
|