Explorar el Código

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

Eric Andersen hace 23 años
padre
commit
9995419bee
Se han modificado 1 ficheros con 1 adiciones y 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[] = {