* builds/exports.mk: Add CCexe_CFLAGS and CCexe_LDFLAGS.
to pass special compiler/linker flags under cross development. Suggested by Savannah bug #36367. ChangeLog on 2010-07-15 saying as they were removed was wrong for the official trunk of FreeType2. This commit is the first introduction of them.
This commit is contained in:
parent
2d67e9b555
commit
a03cb019aa
11
ChangeLog
11
ChangeLog
@ -1,3 +1,14 @@
|
||||
2012-06-14 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp>
|
||||
|
||||
* builds/exports.mk: Add CCexe_CFLAGS and CCexe_LDFLAGS.
|
||||
|
||||
to pass special compiler/linker flags under cross development.
|
||||
Suggested by Savannah bug #36367.
|
||||
|
||||
ChangeLog on 2010-07-15 saying as they were removed was wrong
|
||||
for the official trunk of FreeType2. This commit is the first
|
||||
introduction of them.
|
||||
|
||||
2012-06-14 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* docs/CHANGES: Updated.
|
||||
|
@ -51,7 +51,7 @@ ifneq ($(EXPORTS_LIST),)
|
||||
APINAMES_EXE := $(subst /,$(SEP),$(OBJ_DIR)/apinames$(E_BUILD))
|
||||
|
||||
$(APINAMES_EXE): $(APINAMES_SRC)
|
||||
$(CCexe) $(TE)$@ $<
|
||||
$(CCexe) $(CCexe_CFLAGS) $(TE)$@ $< $(CCexe_LDFLAGS)
|
||||
|
||||
.PHONY: symbols_list
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user