mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* doc/Makefile.am (makedoc): Use LDFLAGS_FOR_BUILD not LDFLAGS.
* doc/Makefile.in: Regenerate.
This commit is contained in:
parent
b052bf2671
commit
9b82034b29
@ -1,3 +1,8 @@
|
||||
2012-06-28 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
|
||||
|
||||
* doc/Makefile.am (makedoc): Use LDFLAGS_FOR_BUILD not LDFLAGS.
|
||||
* doc/Makefile.in: Regenerate.
|
||||
|
||||
2012-06-26 Christopher Faylor <me.newlib2012@cgf.cx>
|
||||
|
||||
* libc/include/sys/types.h: Don't use the same preprocessor guard for
|
||||
|
@ -12,7 +12,7 @@ MKDOC = makedoc$(EXEEXT_FOR_BUILD)
|
||||
# -Os, which CC_FOR_BUILD may not recognize.
|
||||
|
||||
$(MKDOC): makedoc.o
|
||||
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS) -o $(MKDOC) makedoc.o
|
||||
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $(MKDOC) makedoc.o
|
||||
|
||||
makedoc.o: makedoc.c
|
||||
$(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.c
|
||||
|
@ -324,7 +324,7 @@ uninstall-am:
|
||||
# -Os, which CC_FOR_BUILD may not recognize.
|
||||
|
||||
$(MKDOC): makedoc.o
|
||||
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS) -o $(MKDOC) makedoc.o
|
||||
$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS_FOR_BUILD) -o $(MKDOC) makedoc.o
|
||||
|
||||
makedoc.o: makedoc.c
|
||||
$(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user