* 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>
|
2012-06-26 Christopher Faylor <me.newlib2012@cgf.cx>
|
||||||
|
|
||||||
* libc/include/sys/types.h: Don't use the same preprocessor guard for
|
* 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.
|
# -Os, which CC_FOR_BUILD may not recognize.
|
||||||
|
|
||||||
$(MKDOC): makedoc.o
|
$(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
|
makedoc.o: makedoc.c
|
||||||
$(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/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.
|
# -Os, which CC_FOR_BUILD may not recognize.
|
||||||
|
|
||||||
$(MKDOC): makedoc.o
|
$(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
|
makedoc.o: makedoc.c
|
||||||
$(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.c
|
$(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.c
|
||||||
|
|
Loading…
Reference in New Issue