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]

[Bug go/48411] New: Bogusly canonicalized $target-gccgo


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48411

           Summary: Bogusly canonicalized $target-gccgo
           Product: gcc
           Version: 4.6.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: go
        AssignedTo: ian@airs.com
        ReportedBy: corsepiu@gcc.gnu.org


Crossbuilding gcc with go enable installs the target's gccgo under a bogusly 
canonizalized name:

E.g. (--prefix=/opt/rtems4.11 --target=i386-rtems4.11 ...)
results in:
/opt/rtems-4.11/bin/i386-rtems4.11-i386-rtems4.11-gccgo

Correct would be:
/opt/rtems-4.11/bin/i386-rtems4.11-gccgo


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