[git commit] help: Document BUILD_CFLAGS and BUILD_LDFLAGS
Bernhard Reutner-Fischer
rep.dot.nop at gmail.com
Tue May 8 17:49:55 UTC 2012
commit: http://git.uclibc.org/uClibc/commit/?id=f275e6c04920f43d0f59f1758d4b90cf82cca7b5
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop at gmail.com>
---
Makefile.help | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/Makefile.help b/Makefile.help
index bd8b0ec..e02c545 100644
--- a/Makefile.help
+++ b/Makefile.help
@@ -57,6 +57,8 @@ help:
@echo ' CROSS_COMPILE= - Override CROSS_COMPILER_PREFIX from .config'
@echo ' ARCH= - Use given arch for config targets'
@echo ' SHELL= - Shell to use for make'
+ @echo ' BUILD_CFLAGS= - extra CFLAGS for compiling host binaries'
+ @echo ' BUILD_LFLAGS= - extra LDFLAGS for linking host binaries'
@echo ' CONFIG_SHELL= - Shell to use for menuconfig'
@echo
@echo ' PREFIX= - Prepended prefix'
More information about the uClibc-cvs
mailing list