From bernie@codewiz.org Thu Jul  3 09:51:53 2003
From: Bernardo Innocenti <bernie@codewiz.org>
Organization: Develer
X-KMail-Identity: 561707429
To: Greg Ungerer <gerg@snapgear.com>
Subject: PATCH: restore CONFIG_BINFMT_SHARED_FLAT in Kconfig (linux-2.5.74-uc0)
Date: Thu, 3 Jul 2003 09:51:53 +0200
User-Agent: KMail/1.5.9
Cc: uClinux development list <uclinux-dev@uclinux.org>
MIME-Version: 1.0
Content-Disposition: inline
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Message-Id: <200307030951.53355.bernie@codewiz.org>
Status: RO
X-Status: S
X-KMail-EncryptionState:  
X-KMail-SignatureState:  
X-KMail-MDN-Sent:  
X-UID: 1252

Hello Greg,

restore the CONFIG_BINFMT_SHARED_FLAT option in fs/Kconfig.binfmt

Submitted by Bernardo Innocenti <bernie@develer.com>

--- linux-2.5.74-uc0/fs/Kconfig.binfmt	2003-07-02 22:56:05.000000000 +0200
+++ linux-2.5.x/fs/Kconfig.binfmt	2003-07-03 09:37:22.000000000 +0200
@@ -41,6 +41,12 @@
 	help
 	  Support FLAT format compressed binaries
 
+config BINFMT_SHARED_FLAT
+	bool "Enable shared FLAT support"
+	depends on BINFMT_FLAT
+	help
+	  Support FLAT shared libraries
+
 config BINFMT_AOUT
 	tristate "Kernel support for a.out and ECOFF binaries"
 	depends on (X86 && !X86_64) || ALPHA || ARM || M68K || MIPS || SPARC

-- 
  // Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/  http://www.develer.com/

Please don't send Word attachments - http://www.gnu.org/philosophy/no-word-attachments.html


