mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-21 16:26:12 +08:00
* profile/Makefile.in (mcount.o): Use ALL_CFLAGS for compilation to ensure
-mno-cygwin where appropriate. Filter out -O2.
This commit is contained in:
parent
dff01e3aa8
commit
8df75c3736
@ -1,3 +1,8 @@
|
|||||||
|
2003-02-14 Christopher Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
* profile/Makefile.in (mcount.o): Use ALL_CFLAGS for compilation to
|
||||||
|
ensure -mno-cygwin where appropriate. Filter out -O2.
|
||||||
|
|
||||||
2003-02-13 Danny Smith <dannysmith@users.sourceforge.net>
|
2003-02-13 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* profile/Makefile.in (mcount.o): Use -O1 optimization
|
* profile/Makefile.in (mcount.o): Use -O1 optimization
|
||||||
|
@ -92,7 +92,7 @@ gcrt2.o: gcrt0.c
|
|||||||
#FIXME: Optimizing at higher than -O1 tweaks a bug in gcc 3.2.2
|
#FIXME: Optimizing at higher than -O1 tweaks a bug in gcc 3.2.2
|
||||||
# and earlier
|
# and earlier
|
||||||
mcount.o: mcount.c
|
mcount.o: mcount.c
|
||||||
$(CC) -c -o $@ $(CPPFLAGS) $(CFLAGS) -O1 $?
|
$(CC) -D__MSVCRT__ -c -o $@ $(CPPFLAGS) ${filter-out -O%,$(ALL_CFLAGS)} -O1 $?
|
||||||
|
|
||||||
Makefile: Makefile.in config.status configure
|
Makefile: Makefile.in config.status configure
|
||||||
$(SHELL) config.status
|
$(SHELL) config.status
|
||||||
|
Loading…
x
Reference in New Issue
Block a user