Commit da9014c0 by Kai Tietz Committed by Kai Tietz

Missed to check in changes to /config/mh-mingw.

Missed to check in changes to /config/mh-mingw. It is part of the reviewed
patch 2008/10/13 by Danny Smith.

2008-11-21  Kai Tietz  <kai.tietz@onevision.com>

        Fix PR/25502
        * mh-mingw (BOOT_CFLAGS): Add -Wno-pedantic-ms-format switch.

From-SVN: r142089
parent 231a1e52
2008-11-21 Kai Tietz <kai.tietz@onevision.com>
Fix PR/25502
* mh-mingw (BOOT_CFLAGS): Add -Wno-pedantic-ms-format switch.
2008-11-12 Steve Ellcey <sje@cup.hp.com> 2008-11-12 Steve Ellcey <sje@cup.hp.com>
PR target/27880 PR target/27880
......
# Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows # Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows
# Vista (see PR33281 for details). # Vista (see PR33281 for details).
BOOT_CFLAGS += -D__USE_MINGW_ACCESS BOOT_CFLAGS += -D__USE_MINGW_ACCESS -Wno-pedantic-ms-format
CFLAGS += -D__USE_MINGW_ACCESS CFLAGS += -D__USE_MINGW_ACCESS
# Increase stack limit to same as Linux default. # Increase stack limit to same as Linux default.
LDFLAGS += -Wl,--stack,8388608 LDFLAGS += -Wl,--stack,8388608
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment