mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-21 11:58:24 +00:00
This needs further investigation, but for now we can get the tested sources into the poky gcc harness Signed-off-by: Koen Kooi <k-kooi@ti.com>
14 lines
426 B
Diff
14 lines
426 B
Diff
---
|
|
config/mh-mingw | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
Index: gcc-4.2.3/config/mh-mingw
|
|
===================================================================
|
|
--- gcc-4.2.3.orig/config/mh-mingw
|
|
+++ gcc-4.2.3/config/mh-mingw
|
|
@@ -1,3 +1,4 @@
|
|
# Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows
|
|
# Vista (see PR33281 for details).
|
|
BOOT_CFLAGS += -D__USE_MINGW_ACCESS
|
|
+CFLAGS += -D__USE_MINGW_ACCESS
|