projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c182c2e
)
make superh target a bit more flexible
author
Mike Frysinger
<vapier@gentoo.org>
Thu, 22 Sep 2005 03:38:30 +0000
(
03:38
-0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Thu, 22 Sep 2005 03:38:30 +0000
(
03:38
-0000)
toolchain/gcc/3.4.4/100-uclibc-conf.patch
patch
|
blob
|
history
diff --git
a/toolchain/gcc/3.4.4/100-uclibc-conf.patch
b/toolchain/gcc/3.4.4/100-uclibc-conf.patch
index e966dc5dc7dd1e02db961a6c51e7ff341b1c7df1..68664c011703742acab283f1ff1087e508275b68 100644
(file)
--- a/
toolchain/gcc/3.4.4/100-uclibc-conf.patch
+++ b/
toolchain/gcc/3.4.4/100-uclibc-conf.patch
@@
-360,7
+360,7
@@
diff -urN gcc-3.4.1-dist/gcc/config.gcc gcc-3.4.1/gcc/config.gcc
- tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver t-linux"
+ tmake_file="sh/t-sh sh/t-elf t-slibgcc-elf-ver"
+ case ${target} in
-+ *-
*-
linux-uclibc*) tmake_file="${tmake_file} t-linux-uclibc" ;;
++ *-linux-uclibc*) tmake_file="${tmake_file} t-linux-uclibc" ;;
+ *) tmake_file="${tmake_file} t-linux" ;;
+ esac
case ${target} in