Explorar o código

Revert my ill-advised change to force the shared lib loader to always
be linked. Just make libc.so link vs the shared lib loader and everything
works fine. Duh. Thanks to Michael Shmulevich <michaels@jungo.com> for
clueing me in.
-Erik

Eric Andersen %!s(int64=23) %!d(string=hai) anos
pai
achega
eaf2612eb2
Modificáronse 1 ficheiros con 0 adicións e 3 borrados
  1. 0 3
      extra/gcc-uClibc/gcc-uClibc.c

+ 0 - 3
extra/gcc-uClibc/gcc-uClibc.c

@@ -206,9 +206,6 @@ int main(int argc, char **argv)
 			gcc_argv[i++] = "-lc";
 			gcc_argv[i++] = GCC_LIB;
 		}
-		if (!use_static_linking) {
-		    gcc_argv[i++] = DYNAMIC_LINKER;
-		}
 	}
 	gcc_argv[i++] = NULL;