blob: 0d44c7f176a70bfb5d2b98efc41ecf14d0e44536 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001diff -uprN crash-5.1.8.org/configure.c crash-5.1.8/configure.c
2--- crash-5.1.8.org/configure.c 2011-09-17 04:01:12.000000000 +0900
3+++ crash-5.1.8/configure.c 2012-09-13 13:28:45.393344108 +0900
4@@ -391,6 +391,9 @@ get_current_configuration(struct support
5 arch_mismatch(sp);
6 }
7
8+ /** Force define archtecture */
9+ target_data.target = FORCE_DEFINE_ARCH;
10+
11 if ((fp = fopen("Makefile", "r")) == NULL) {
12 perror("Makefile");
13 goto get_release;