diff options
Diffstat (limited to '')
-rw-r--r-- | configs/mingw64_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/mingw64_defconfig b/configs/mingw64_defconfig index 29fa65a49..9bd29fa74 100644 --- a/configs/mingw64_defconfig +++ b/configs/mingw64_defconfig | |||
@@ -70,7 +70,7 @@ CONFIG_LFS=y | |||
70 | CONFIG_SAFE_ENV=y | 70 | CONFIG_SAFE_ENV=y |
71 | CONFIG_CROSS_COMPILER_PREFIX="x86_64-w64-mingw32-" | 71 | CONFIG_CROSS_COMPILER_PREFIX="x86_64-w64-mingw32-" |
72 | CONFIG_SYSROOT="" | 72 | CONFIG_SYSROOT="" |
73 | CONFIG_EXTRA_CFLAGS="" | 73 | CONFIG_EXTRA_CFLAGS="-funwind-tables -fasynchronous-unwind-tables" |
74 | CONFIG_EXTRA_LDFLAGS="" | 74 | CONFIG_EXTRA_LDFLAGS="" |
75 | CONFIG_EXTRA_LDLIBS="" | 75 | CONFIG_EXTRA_LDLIBS="" |
76 | 76 | ||