patch-2.1.36 linux/arch/sparc64/config.in
Next file: linux/arch/sparc64/defconfig
Previous file: linux/arch/sparc64/Makefile
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Tue Apr 22 22:39:12 1997
- Orig file:
v2.1.35/linux/arch/sparc64/config.in
- Orig date:
Mon Apr 14 16:28:08 1997
diff -u --recursive --new-file v2.1.35/linux/arch/sparc64/config.in linux/arch/sparc64/config.in
@@ -1,4 +1,4 @@
-# $Id: config.in,v 1.5 1997/04/10 17:06:08 jj Exp $
+# $Id: config.in,v 1.6 1997/04/17 20:35:42 jj Exp $
# For a description of the syntax of this configuration file,
# see the Configure script.
#
@@ -50,9 +50,12 @@
bool 'Networking support' CONFIG_NET
bool 'System V IPC' CONFIG_SYSVIPC
bool 'Sysctl support' CONFIG_SYSCTL
+bool 'Kernel support for Linux/Sparc 32bit binary compatibility' CONFIG_SPARC32_COMPAT
tristate 'Kernel support for a.out binaries' CONFIG_BINFMT_AOUT
tristate 'Kernel support for 64-bit ELF binaries' CONFIG_BINFMT_ELF
-tristate 'Kernel support for 32-bit ELF binaries' CONFIG_BINFMT_ELF32
+if [ "$CONFIG_SPARC32_COMPAT" != "n" ]; then
+ tristate 'Kernel support for 32-bit ELF binaries' CONFIG_BINFMT_ELF32
+fi
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
tristate 'Kernel support for JAVA binaries' CONFIG_BINFMT_JAVA
fi
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov