Ver Fonte

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 há 23 anos atrás
pai
commit
eaf2612eb2
1 ficheiros alterados com 0 adições e 3 exclusões
  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;