public inbox for gentoo-embedded@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-embedded] sh4-gentoo-linux-uclibc-sh4-gentoo-linux-uclibc-gcc?
@ 2006-09-04 19:59 Harald Kubota
  2006-09-04 22:04 ` Mike Frysinger
  0 siblings, 1 reply; 3+ messages in thread
From: Harald Kubota @ 2006-09-04 19:59 UTC (permalink / raw
  To: gentoo-embedded

Hi,

after installing the sh4 cross compiler via 'USE="-nls" crossdev -v -b 
--gcc 3.4.6-r2 --target sh4-gentoo-linux-uclibc ' I get some unexpected 
binaries in /usr/bin:

harald@play1$ ls -la sh4*
lrwxrwxrwx 1 root root    50 Sep  3 18:15 
sh4-gentoo-linux-uclibc-addr2line -> 
/usr/libexec/gcc/sh4-gentoo-linux-uclibc/addr2line
lrwxrwxrwx 1 root root    43 Sep  3 18:15 sh4-gentoo-linux-uclibc-ar -> 
/usr/libexec/gcc/sh4-gentoo-linux-uclibc/ar
lrwxrwxrwx 1 root root    43 Sep  3 18:15 sh4-gentoo-linux-uclibc-as -> 
/usr/libexec/gcc/sh4-gentoo-linux-uclibc/as
lrwxrwxrwx 1 root root    48 Sep  3 18:15 
sh4-gentoo-linux-uclibc-c++filt -> 
/usr/libexec/gcc/sh4-gentoo-linux-uclibc/c++filt
-rwxr-xr-x 1 root root 15468 Sep  3 23:33 sh4-gentoo-linux-uclibc-cc
-rwxr-xr-x 1 root root  8736 Sep  3 18:35 sh4-gentoo-linux-uclibc-cpp
-rwxr-xr-x 1 root root  8736 Sep  3 18:35 sh4-gentoo-linux-uclibc-gcc
lrwxrwxrwx 1 root root    43 Sep  3 18:15 sh4-gentoo-linux-uclibc-ld -> 
/usr/libexec/gcc/sh4-gentoo-linux-uclibc/ld
lrwxrwxrwx 1 root root    43 Sep  3 18:15 sh4-gentoo-linux-uclibc-nm -> 
/usr/libexec/gcc/sh4-gentoo-linux-uclibc/nm
lrwxrwxrwx 1 root root    48 Sep  3 18:15 
sh4-gentoo-linux-uclibc-objcopy -> 
/usr/libexec/gcc/sh4-gentoo-linux-uclibc/objcopy
lrwxrwxrwx 1 root root    48 Sep  3 18:15 
sh4-gentoo-linux-uclibc-objdump -> 
/usr/libexec/gcc/sh4-gentoo-linux-uclibc/objdump
lrwxrwxrwx 1 root root    47 Sep  3 18:15 sh4-gentoo-linux-uclibc-ranlib 
-> /usr/libexec/gcc/sh4-gentoo-linux-uclibc/ranlib
lrwxrwxrwx 1 root root    48 Sep  3 18:15 
sh4-gentoo-linux-uclibc-readelf -> 
/usr/libexec/gcc/sh4-gentoo-linux-uclibc/readelf
-rwxr-xr-x 1 root root 15468 Sep  3 23:33 
sh4-gentoo-linux-uclibc-sh4-gentoo-linux-uclibc-c++
-rwxr-xr-x 1 root root 15468 Sep  3 23:33 
sh4-gentoo-linux-uclibc-sh4-gentoo-linux-uclibc-cpp
-rwxr-xr-x 1 root root 15468 Sep  3 23:33 
sh4-gentoo-linux-uclibc-sh4-gentoo-linux-uclibc-g++
-rwxr-xr-x 1 root root 15468 Sep  3 23:33 
sh4-gentoo-linux-uclibc-sh4-gentoo-linux-uclibc-gcc
-rwxr-xr-x 1 root root 15468 Sep  3 23:33 
sh4-gentoo-linux-uclibc-sh4-gentoo-linux-uclibc-gccbug
-rwxr-xr-x 1 root root 15468 Sep  3 23:33 
sh4-gentoo-linux-uclibc-sh4-gentoo-linux-uclibc-gcov
lrwxrwxrwx 1 root root    45 Sep  3 18:15 sh4-gentoo-linux-uclibc-size 
-> /usr/libexec/gcc/sh4-gentoo-linux-uclibc/size
lrwxrwxrwx 1 root root    48 Sep  3 18:15 
sh4-gentoo-linux-uclibc-strings -> 
/usr/libexec/gcc/sh4-gentoo-linux-uclibc/strings
lrwxrwxrwx 1 root root    46 Sep  3 18:15 sh4-gentoo-linux-uclibc-strip 
-> /usr/libexec/gcc/sh4-gentoo-linux-uclibc/strip

What worries me is the exiistence of 
sh4-gentoo-linux-uclibc-sh4-gentoo-linux-uclibc-gcc being newer than 
sh4-gentoo-linux-uclibc-gcc.
There's no difference in the output of *gcc -v

What's the reason for them to exist?

Harald



-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-embedded] sh4-gentoo-linux-uclibc-sh4-gentoo-linux-uclibc-gcc?
  2006-09-04 19:59 [gentoo-embedded] sh4-gentoo-linux-uclibc-sh4-gentoo-linux-uclibc-gcc? Harald Kubota
@ 2006-09-04 22:04 ` Mike Frysinger
  2006-09-08 12:53   ` Harald Kubota
  0 siblings, 1 reply; 3+ messages in thread
From: Mike Frysinger @ 2006-09-04 22:04 UTC (permalink / raw
  To: gentoo-embedded

[-- Attachment #1: Type: text/plain, Size: 418 bytes --]

On Monday 04 September 2006 15:59, Harald Kubota wrote:
> after installing the sh4 cross compiler via 'USE="-nls" crossdev -v -b
> --gcc 3.4.6-r2 --target sh4-gentoo-linux-uclibc ' I get some unexpected
> binaries in /usr/bin:

just installed it over here and i dont see that stuff ...

try doing `rm /usr/bin/sh4-gentoo-linux-uclibc-*` and then running 
`gcc-config` and see if the wrappers come back
-mike

[-- Attachment #2: Type: application/pgp-signature, Size: 827 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-embedded] sh4-gentoo-linux-uclibc-sh4-gentoo-linux-uclibc-gcc?
  2006-09-04 22:04 ` Mike Frysinger
@ 2006-09-08 12:53   ` Harald Kubota
  0 siblings, 0 replies; 3+ messages in thread
From: Harald Kubota @ 2006-09-08 12:53 UTC (permalink / raw
  To: gentoo-embedded

Mike Frysinger wrote:
> try doing `rm /usr/bin/sh4-gentoo-linux-uclibc-*` and then running 
> `gcc-config` and see if the wrappers come back
>   


no issue at all. I can remove them, the compiler still works as expected 
and gcc-config, which never displayed those, still works without flaw.

So wherever it comes from, it does not affect anything it seems. As it's 
just a cosmetic problem, don't worry about it. I know I don't :-)

Harald

-- 
gentoo-embedded@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-09-08 12:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-09-04 19:59 [gentoo-embedded] sh4-gentoo-linux-uclibc-sh4-gentoo-linux-uclibc-gcc? Harald Kubota
2006-09-04 22:04 ` Mike Frysinger
2006-09-08 12:53   ` Harald Kubota

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox