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/80964] cross-gotools are not executable on host system


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80964

--- Comment #1 from Ian Lance Taylor <ian at airs dot com> ---
Those programs are not supposed to be installed in bindir when not doing a
native build.  I'm not sure why that has gone wrong for you.  In your build
directory, in gotools/config.status, what are the values of NATIVE_FALSE and
NATIVE_TRUE?

In the current GCC configure and build system there is no reliable way to build
them for the host system.  They are Go programs, so they would require a
build-x-host Go compiler.

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