patch-2.2.11 linux/scripts/mkdep.c
Next file: linux/scripts/ver_linux
Previous file: linux/scripts/ksymoops/ksymoops.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Mon Aug 9 12:04:41 1999
- Orig file:
v2.2.10/linux/scripts/mkdep.c
- Orig date:
Fri Jan 8 11:10:11 1999
diff -u --recursive --new-file v2.2.10/linux/scripts/mkdep.c linux/scripts/mkdep.c
@@ -193,7 +193,7 @@
* Thus, there is one memory access per sizeof(unsigned long) characters.
*/
-#if defined(__alpha__) || defined(__i386__) || defined(__arm__)
+#if defined(__alpha__) || defined(__i386__) || 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)