diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2004-02-06 07:39:02 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2004-02-06 07:39:02 +0000 |
commit | 1e1355a2c1ef147105feb64d2885d733fe67a44f (patch) | |
tree | 356a9a7a273ac93d0bacaf062b100bd7a4a6d791 | |
parent | bc4c9e3099f1237914fd92e232828595447a9691 (diff) | |
download | buildroot-novena-1e1355a2c1ef147105feb64d2885d733fe67a44f.tar.gz buildroot-novena-1e1355a2c1ef147105feb64d2885d733fe67a44f.zip |
Fix a cut-n-paste bug. Monotonous editing strikes again.
-rw-r--r-- | sources/gcc2.95-uclibc-conf.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/gcc2.95-uclibc-conf.patch b/sources/gcc2.95-uclibc-conf.patch index bbf736210..f244387cc 100644 --- a/sources/gcc2.95-uclibc-conf.patch +++ b/sources/gcc2.95-uclibc-conf.patch @@ -178,7 +178,7 @@ diff -urN gcc-20011006/gcc/configure gcc-20011006-new/gcc/configure + tm_file="arm/linux-elf26.h $tm_file" + ;; + esac -+ tmake_file="t-linux arm/t-linux" ++ tmake_file="t-linux-uclibc arm/t-linux" + extra_parts="crtbegin.o crtbeginS.o crtend.o crtendS.o" + gnu_ld=yes + case x${enable_threads} in |