mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
Tue Mar 25 18:16:43 1997 Geoffrey Noer <noer@cygnus.com>
* mh-cygwin32: override LIBGCC2_DEBUG_CFLAGS so debug info isn't included in cygwin32-hosted libgcc2.a by default
This commit is contained in:
@ -2,6 +2,11 @@
|
|||||||
# Accomplish this by overriding CFLAGS.
|
# Accomplish this by overriding CFLAGS.
|
||||||
CFLAGS=-O2
|
CFLAGS=-O2
|
||||||
|
|
||||||
|
# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
|
||||||
|
# build without debugging information
|
||||||
|
|
||||||
|
LIBGCC2_DEBUG_CFLAGS=
|
||||||
|
|
||||||
# We set MAKEINFOFLAGS to not split .info files, because the resulting
|
# We set MAKEINFOFLAGS to not split .info files, because the resulting
|
||||||
# file names don't work on DOS.
|
# file names don't work on DOS.
|
||||||
MAKEINFOFLAGS=--no-split
|
MAKEINFOFLAGS=--no-split
|
||||||
|
Reference in New Issue
Block a user