瀏覽代碼

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

Eric Andersen 23 年之前
父節點
當前提交
9995419bee
共有 1 個文件被更改,包括 1 次插入1 次删除
  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[] = {