| Submitter | Kirill A. Shutemov |
|---|---|
| Date | Dec. 20, 2009, 1:39 a.m. |
| Message ID | <1261273167-3240-1-git-send-email-kirill@shutemov.name> |
| Download | mbox | patch |
| Permalink | /patch/41487/ |
| State | New |
| Headers | show |
Comments
On Sun, Dec 20, 2009 at 1:39 AM, Kirill A. Shutemov
<kirill@shutemov.name> wrote:
> Let's fix code instead!
Nice idea. BTW this can't be the first patch in the series, or
bisectability will be broken.
Patch
diff --git a/configure b/configure index d815c7a..17f3d42 100755 --- a/configure +++ b/configure @@ -97,7 +97,6 @@ CFLAGS="-g $CFLAGS" QEMU_CFLAGS="-Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes $QEMU_CFLAGS" QEMU_CFLAGS="-Wstrict-prototypes -Wredundant-decls $QEMU_CFLAGS" QEMU_CFLAGS="-D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE $QEMU_CFLAGS" -QEMU_CFLAGS="-U_FORTIFY_SOURCE $QEMU_CFLAGS" QEMU_CFLAGS="-I. -I\$(SRC_PATH) $QEMU_CFLAGS" LDFLAGS="-g $LDFLAGS"
Let's fix code instead! Signed-off-by: Kirill A. Shutemov <kirill@shutemov.name> --- configure | 1 - 1 files changed, 0 insertions(+), 1 deletions(-)