# From "D. Bahi" @ enterasys.com - remove an unneeded line from the dynamic # linker script. Index: um/arch/um/dyn.lds.S =================================================================== --- um.orig/arch/um/dyn.lds.S 2004-07-27 16:49:10.000000000 -0400 +++ um/arch/um/dyn.lds.S 2004-08-12 14:25:16.000000000 -0400 @@ -5,9 +5,6 @@ ENTRY(_start) jiffies = jiffies_64; -SEARCH_DIR("/usr/local/i686-pc-linux-gnu/lib"); SEARCH_DIR("/usr/local/lib"); SEARCH_DIR("/lib"); SEARCH_DIR("/usr/lib"); -/* Do we need any of these for elf? - __DYNAMIC = 0; */ SECTIONS { . = START + SIZEOF_HEADERS;