diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-09-22 03:38:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-09-22 03:38:30 +0000 |
commit | 9ce7f32f44d00913f12991157676c8099c8d213e (patch) | |
tree | 927acdc56dbc7860658c668ae23f50292982eaa4 | |
parent | c182c2e9ede80638e3752846cfbea8291c43eb01 (diff) | |
download | buildroot-novena-9ce7f32f44d00913f12991157676c8099c8d213e.tar.gz buildroot-novena-9ce7f32f44d00913f12991157676c8099c8d213e.zip |
make superh target a bit more flexible
-rw-r--r-- | toolchain/gcc/3.4.4/100-uclibc-conf.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/3.4.4/100-uclibc-conf.patch b/toolchain/gcc/3.4.4/100-uclibc-conf.patch index e966dc5dc..68664c011 100644 --- 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 |