1997-01-09 12:00:07 +08:00
|
|
|
# We don't want debugging info in Win32-hosted toolchains.
|
|
|
|
# Accomplish this by overriding CFLAGS.
|
|
|
|
CFLAGS=-O2
|
1997-03-28 07:55:00 +08:00
|
|
|
CXXFLAGS=-O2
|
1997-01-09 12:00:07 +08:00
|
|
|
|
1997-03-26 10:21:57 +08:00
|
|
|
# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
|
|
|
|
# build without debugging information
|
|
|
|
|
|
|
|
LIBGCC2_DEBUG_CFLAGS=
|
|
|
|
|
1996-06-24 14:05:21 +08:00
|
|
|
# We set MAKEINFOFLAGS to not split .info files, because the resulting
|
|
|
|
# file names don't work on DOS.
|
|
|
|
MAKEINFOFLAGS=--no-split
|
|
|
|
|
1996-08-17 19:59:22 +08:00
|
|
|
# custom installation rules for cygwin32 (append .exe to binaries, etc.)
|
1996-06-24 14:05:21 +08:00
|
|
|
INSTALL_DOSREL=install-dosrel
|