blob: 16930060d704db8d7f67a929532b6578e4ed8036 (
plain)
1
2
3
4
5
6
7
8
|
# The shell may not be in /bin.
SHELL = sh
RANLIB = true
# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
# built without debugging information
LIBGCC2_DEBUG_CFLAGS=
|