diff options
-rw-r--r-- | conf/machine-sdk/i686-mingw32.conf | 4 | ||||
-rw-r--r-- | conf/machine-sdk/x86_64-mingw32.conf | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/conf/machine-sdk/i686-mingw32.conf b/conf/machine-sdk/i686-mingw32.conf index 586bfe3..7e309df 100644 --- a/conf/machine-sdk/i686-mingw32.conf +++ b/conf/machine-sdk/i686-mingw32.conf | |||
@@ -16,7 +16,9 @@ ALLOW_EMPTY_${PN}_mingw32 = "1" | |||
16 | 16 | ||
17 | # Do what amounts to a NOOP | 17 | # Do what amounts to a NOOP |
18 | SDK_PACKAGING_FUNC = "do_compile" | 18 | SDK_PACKAGING_FUNC = "do_compile" |
19 | SDKTAROPTS_append = " -h --hard-dereference" | 19 | |
20 | # Causes an endless loop | ||
21 | #SDKTAROPTS_append = " -h --hard-dereference" | ||
20 | 22 | ||
21 | SDKUSE_NLS = "no" | 23 | SDKUSE_NLS = "no" |
22 | 24 | ||
diff --git a/conf/machine-sdk/x86_64-mingw32.conf b/conf/machine-sdk/x86_64-mingw32.conf index 7d1c016..f026af4 100644 --- a/conf/machine-sdk/x86_64-mingw32.conf +++ b/conf/machine-sdk/x86_64-mingw32.conf | |||
@@ -16,7 +16,9 @@ ALLOW_EMPTY_${PN}_mingw32 = "1" | |||
16 | 16 | ||
17 | # Do what amounts to a NOOP | 17 | # Do what amounts to a NOOP |
18 | SDK_PACKAGING_FUNC = "do_compile" | 18 | SDK_PACKAGING_FUNC = "do_compile" |
19 | SDKTAROPTS_append = " -h --hard-dereference" | 19 | |
20 | # Causes an endless loop | ||
21 | #SDKTAROPTS_append = " -h --hard-dereference" | ||
20 | 22 | ||
21 | SDKUSE_NLS = "no" | 23 | SDKUSE_NLS = "no" |
22 | 24 | ||