This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: other/8091: gcc is no longer installed as gcc


I can show it does not work even if I do not use --target:
[il0503d-dhcp84:/Volumes/FSF/bin] apinski% /Volumes/FSF/bin/powerpc-apple-darwin6.1-powerpc-apple-darwin6.1-gcc -v
Reading specs from /Volumes/FSF/bin/../lib/gcc-lib/powerpc-apple-darwin6.1/3.3/specs
Configured with: /Volumes/FSF/src/gcc/src/configure --enable-threads=posix --prefix=/Volumes/FSF/
Thread model: posix
gcc version 3.3 20020925 (experimental)
[il0503d-dhcp84:/Volumes/FSF/bin] apinski% ls -lat /Volumes/FSF/bin/
total 13244
drwxr-xr-x 2 apinski tension 1024 Sep 30 13:51 .
drwxr-xr-x 10 apinski tension 1024 Sep 30 10:00 ..
-rwxr-xr-x 1 apinski tension 176728 Sep 25 21:11 grepjar
-rwxr-xr-x 1 apinski tension 197840 Sep 25 21:11 jar
-rwxr-xr-x 2 apinski tension 456756 Sep 25 21:11 powerpc-apple-darwin6.1-gcc
-rwxr-xr-x 2 apinski tension 456756 Sep 25 21:11 powerpc-apple-darwin6.1-powerpc-apple-darwin6.1-gcc
-rwxr-xr-x 1 apinski tension 458372 Sep 25 21:11 powerpc-apple-darwin6.1-cpp
-rwxr-xr-x 1 apinski tension 15595 Sep 25 21:10 powerpc-apple-darwin6.1-gccbug
-rwxr-xr-x 1 apinski tension 312880 Sep 25 21:10 powerpc-apple-darwin6.1-gcov
-rwxr-xr-x 1 apinski tension 341028 Sep 25 21:10 powerpc-apple-darwin6.1-jcf-dump
-rwxr-xr-x 1 apinski tension 248868 Sep 25 21:10 powerpc-apple-darwin6.1-jv-scan
-rwxr-xr-x 1 apinski tension 460380 Sep 25 21:10 powerpc-apple-darwin6.1-g77
-rwxr-xr-x 2 apinski tension 466528 Sep 25 21:10 powerpc-apple-darwin6.1-gcj
-rwxr-xr-x 1 apinski tension 334856 Sep 25 21:10 powerpc-apple-darwin6.1-gcjh
-rwxr-xr-x 2 apinski tension 466528 Sep 25 21:10 powerpc-apple-darwin6.1-powerpc-apple-darwin6.1-gcj
-rwxr-xr-x 4 apinski tension 458340 Sep 25 21:10 powerpc-apple-darwin6.1-c++
-rwxr-xr-x 4 apinski tension 458340 Sep 25 21:10 powerpc-apple-darwin6.1-g++
-rwxr-xr-x 4 apinski tension 458340 Sep 25 21:10 powerpc-apple-darwin6.1-powerpc-apple-darwin6.1-c++
-rwxr-xr-x 4 apinski tension 458340 Sep 25 21:10 powerpc-apple-darwin6.1-powerpc-apple-darwin6.1-g++
-rwxr-xr-x 1 apinski tension 455184 Sep 25 19:07 powerpc-apple-darwin6.1-gcc-3.3

As you can see that the problem is there even if I do not use --target (building a native compiler on powerpc-apple-darwin6.1).
So the problem is not based on cross-compilers.

Thanks,
Andrew Pinski




On Monday, Sep 30, 2002, at 14:17 US/Pacific, rth@gcc.gnu.org wrote:

Synopsis: gcc is no longer installed as gcc

State-Changed-From-To: open->closed
State-Changed-By: rth
State-Changed-When: Mon Sep 30 14:17:43 2002
State-Changed-Why:
Not a bug. You have built a cross-compiler. If you wish to
build a native compiler, do not use the --target option. If
you want to override config.guess, place the target name on
the configure command line without any --target/host/build.

http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit- trail&database=gcc&pr=8091







Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]