mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-16 20:21:58 +02:00
crash core analysis suite Signed-off-by: Lei Maohui <leimaohui@cn.fujitsu.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
14 lines
461 B
Diff
14 lines
461 B
Diff
diff -uprN crash-5.1.8.org/configure.c crash-5.1.8/configure.c
|
|
--- crash-5.1.8.org/configure.c 2011-09-17 04:01:12.000000000 +0900
|
|
+++ crash-5.1.8/configure.c 2012-09-13 13:28:45.393344108 +0900
|
|
@@ -391,6 +391,9 @@ get_current_configuration(struct support
|
|
arch_mismatch(sp);
|
|
}
|
|
|
|
+ /** Force define archtecture */
|
|
+ target_data.target = FORCE_DEFINE_ARCH;
|
|
+
|
|
if ((fp = fopen("Makefile", "r")) == NULL) {
|
|
perror("Makefile");
|
|
goto get_release;
|