Browse Source

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

Eric Andersen 23 years ago
parent
commit
9995419bee
1 changed files with 1 additions and 1 deletions
  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[] = {