mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-01 09:49:43 +08:00
Do the CFLAGS thing.
This commit is contained in:
@ -1,7 +1,21 @@
|
|||||||
|
Tue Apr 28 10:21:32 1992 K. Richard Pixley (rich@rtl.cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in: Do the CFLAGS thing.
|
||||||
|
|
||||||
|
Fri Apr 10 22:34:52 1992 Fred Fish (fnf@cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in (MINUS_G): Add macro and default to -g.
|
||||||
|
|
||||||
Fri Mar 6 18:53:18 1992 Steve Chamberlain (sac@thepub.cygnus.com)
|
Fri Mar 6 18:53:18 1992 Steve Chamberlain (sac@thepub.cygnus.com)
|
||||||
|
|
||||||
* chew.c: now has -w switch turn on warnings
|
* chew.c: now has -w switch turn on warnings
|
||||||
|
|
||||||
|
Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
|
||||||
|
|
||||||
|
* Makefile.in, configure.in: removed traces of namesubdir,
|
||||||
|
-subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
|
||||||
|
copyrights to '92, changed some from Cygnus to FSF.
|
||||||
|
|
||||||
Tue Dec 10 22:11:05 1991 K. Richard Pixley (rich at rtl.cygnus.com)
|
Tue Dec 10 22:11:05 1991 K. Richard Pixley (rich at rtl.cygnus.com)
|
||||||
|
|
||||||
* Makefile.in: build chew into the current directory. Complete
|
* Makefile.in: build chew into the current directory. Complete
|
||||||
|
@ -52,11 +52,13 @@ AR_FLAGS = qv
|
|||||||
BISON = bison
|
BISON = bison
|
||||||
MAKEINFO = makeinfo
|
MAKEINFO = makeinfo
|
||||||
RANLIB = ranlib
|
RANLIB = ranlib
|
||||||
|
CFLAGS = -g
|
||||||
|
|
||||||
#### Host, target, and site specific Makefile fragments come in here.
|
#### Host, target, and site specific Makefile fragments come in here.
|
||||||
###
|
###
|
||||||
|
|
||||||
CFLAGS = $(H_CFLAGS) -I.. -I$(srcdir)/.. -I$(srcdir)/../../include
|
.c.o:
|
||||||
|
$(CC) $(CFLAGS) -c $(H_CFLAGS) -I.. -I$(srcdir)/.. -I$(srcdir)/../../include $<
|
||||||
|
|
||||||
# main GDB source directory
|
# main GDB source directory
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user