diff options
author | Juan Quintela | 2009-08-03 14:46:22 +0200 |
---|---|---|
committer | Anthony Liguori | 2009-08-10 20:05:39 +0200 |
commit | 867c16fd5499d8ceec6657fb820f65c181cad8c5 (patch) | |
tree | 60ac823b23cceb072c86059d9e1d2719c59279f5 /configure | |
parent | Rename CPPFLAGS to QEMU_CFLAGS (diff) | |
download | qemu-867c16fd5499d8ceec6657fb820f65c181cad8c5.tar.gz qemu-867c16fd5499d8ceec6657fb820f65c181cad8c5.tar.xz qemu-867c16fd5499d8ceec6657fb820f65c181cad8c5.zip |
split QEMU_CFLAGS very long line
Signed-off-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Message-Id:
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1387,7 +1387,8 @@ CFLAGS="-g $CFLAGS" if test "$debug" = "no" ; then CFLAGS="-O2 $CFLAGS" fi -QEMU_CFLAGS="-Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -Wstrict-prototypes -Wredundant-decls $QEMU_CFLAGS" +QEMU_CFLAGS="-Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes $QEMU_CFLAGS" +QEMU_CFLAGS="-Wstrict-prototypes -Wredundant-decls $QEMU_CFLAGS" LDFLAGS="-g $LDFLAGS" # Consult white-list to determine whether to enable werror |