patch-2.4.10 linux/scripts/mkdep.c
Next file: linux/scripts/mkspec
Previous file: linux/net/x25/af_x25.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Fri Sep 14 14:40:00 2001
- Orig file:
v2.4.9/linux/scripts/mkdep.c
- Orig date:
Fri Mar 2 11:12:12 2001
diff -u --recursive --new-file v2.4.9/linux/scripts/mkdep.c linux/scripts/mkdep.c
@@ -291,7 +291,7 @@
* Thus, there is one memory access per sizeof(unsigned long) characters.
*/
-#if defined(__alpha__) || defined(__i386__) || defined(__ia64__) || defined(__MIPSEL__) \
+#if defined(__alpha__) || defined(__i386__) || defined(__ia64__) || defined(__x86_64__) || defined(__MIPSEL__) \
|| defined(__arm__)
#define LE_MACHINE
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)