mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-23 10:54:07 +08:00
Resync
* mh-windows disappears * Build more stuff on cygwin. Use default CFLAGS/CXXFLAGS From-SVN: r26237
This commit is contained in:
parent
3510075c6d
commit
9c0225173d
@ -3,6 +3,17 @@ Tue Feb 2 22:51:21 1999 Philip Blundell <philb@gnu.org>
|
||||
* mh-armpic: New file. Patch from Jim Pick <jim@jimpick.com>.
|
||||
* mt-armpic: Likewise.
|
||||
|
||||
Mon Jan 18 19:41:08 1999 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* cygwin.mh: Activate commented out dependencies for
|
||||
gdb: libtermcap.
|
||||
|
||||
Wed Nov 18 20:29:46 1998 Christopher Faylor <cgf@cygnus.com>
|
||||
|
||||
* cygwin.mh: Add extra libtermcap target information.
|
||||
Add commented out dependency for gdb to libtermcap for
|
||||
future readline requirement.
|
||||
|
||||
Mon Nov 2 15:15:33 1998 Geoffrey Noer <noer@cygnus.com>
|
||||
|
||||
* mh-cygwin32: delete
|
||||
|
@ -1,9 +1,6 @@
|
||||
# We don't want debugging info in Win32-hosted toolchains.
|
||||
# Accomplish this by overriding CFLAGS.
|
||||
CFLAGS=-O2
|
||||
CXXFLAGS=-O2
|
||||
EXTRA_TARGET_HOST_ALL_MODULES=all-libtermcap
|
||||
EXTRA_TARGET_HOST_INSTALL_MODULES=install-libtermcap
|
||||
|
||||
# We also need to override LIBGCC2_DEBUG_CFLAGS so libgcc2 will be
|
||||
# built without debugging information
|
||||
all-gdb: all-libtermcap
|
||||
|
||||
LIBGCC2_DEBUG_CFLAGS=
|
||||
install-gdb: all-libtermcap
|
||||
|
@ -1,16 +0,0 @@
|
||||
CC=cc
|
||||
CFLAGS=
|
||||
RANLIB=true
|
||||
AR_FLAGS=
|
||||
|
||||
.PHONY: windows
|
||||
windows: nmake.mak
|
||||
@echo "Don't forget to setup setvars.mak!"
|
||||
|
||||
nmake.mak: to-be-built
|
||||
@echo Building nmake files
|
||||
@$(srcdir)/gdb/mswin/genmakes
|
||||
|
||||
to-be-built:
|
||||
@echo Recording commands
|
||||
@$(srcdir)/gdb/mswin/recordit
|
Loading…
Reference in New Issue
Block a user