Explorar o código

Patch from Andreas Neuhaus <andy@fasta.fh-dortmund.de>
gcc was looking for crt0 in the wrong dir. Oops!

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

+ 1 - 1
extra/gcc-uClibc/gcc-uClibc.c

@@ -69,7 +69,7 @@ static char *uClibc_inc[] = {
 
 static char *crt0_path[] = {
 	UCLIBC_INSTALL_DIR"lib/crt0.o",
-	UCLIBC_BUILD_DIR"crt0.o"
+	UCLIBC_BUILD_DIR"lib/crt0.o"
 };
 
 static char *lib_path[] = {