| Submitter | Peter Maydell |
|---|---|
| Date | July 18, 2012, 2:10 p.m. |
| Message ID | <1342620628-12751-5-git-send-email-peter.maydell@linaro.org> |
| Download | mbox | patch |
| Permalink | /patch/171689/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/configure b/configure index feadbe7..f54415d 100755 --- a/configure +++ b/configure @@ -2810,7 +2810,7 @@ int main(int argc, char **argv) } EOF if ! compile_prog "" "" ; then - CFLAGS+="-march=i486" + CFLAGS="-march=i486 $CFLAGS" fi fi