diff options
author | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-07 19:57:17 +0000 |
---|---|---|
committer | aurel32 <aurel32@c046a42c-6fe2-441c-8c8c-71466251a162> | 2009-04-07 19:57:17 +0000 |
commit | 2981fa96951ee7b9f54e1a59f67cf55ccefe283a (patch) | |
tree | 6f2ad38fbaa4a01c28775cbb8674844ee682b53c | |
parent | 3cded5400925452fcd1adca9109a5d30a92b4dac (diff) | |
download | qemu-2981fa96951ee7b9f54e1a59f67cf55ccefe283a.tar.gz qemu-2981fa96951ee7b9f54e1a59f67cf55ccefe283a.tar.bz2 qemu-2981fa96951ee7b9f54e1a59f67cf55ccefe283a.zip |
Document some missing options in configure -h
Signed-off-by: Andreas Faerber <andreas.faerber@web.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@7023 c046a42c-6fe2-441c-8c8c-71466251a162
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -554,6 +554,8 @@ echo " --source-path=PATH path of source code [$source_path]" echo " --cross-prefix=PREFIX use PREFIX for compile tools [$cross_prefix]" echo " --cc=CC use C compiler CC [$cc]" echo " --host-cc=CC use C compiler CC [$host_cc] for dyngen etc." +echo " --extra-cflags=CFLAGS add C compiler flags CFLAGS" +echo " --extra-ldflags=LDFLAGS add linker flags LDFLAGS" echo " --make=MAKE use specified make [$make]" echo " --install=INSTALL use specified install [$install]" echo " --static enable static build [$static]" |