Commit 2981fa96951ee7b9f54e1a59f67cf55ccefe283a
1 parent
3cded540
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
Showing
1 changed file
with
2 additions
and
0 deletions
configure
... | ... | @@ -554,6 +554,8 @@ echo " --source-path=PATH path of source code [$source_path]" |
554 | 554 | echo " --cross-prefix=PREFIX use PREFIX for compile tools [$cross_prefix]" |
555 | 555 | echo " --cc=CC use C compiler CC [$cc]" |
556 | 556 | echo " --host-cc=CC use C compiler CC [$host_cc] for dyngen etc." |
557 | +echo " --extra-cflags=CFLAGS add C compiler flags CFLAGS" | |
558 | +echo " --extra-ldflags=LDFLAGS add linker flags LDFLAGS" | |
557 | 559 | echo " --make=MAKE use specified make [$make]" |
558 | 560 | echo " --install=INSTALL use specified install [$install]" |
559 | 561 | echo " --static enable static build [$static]" | ... | ... |