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/82348] make[4]: Circular runtime.lo <- bytes.gox dependency dropped.


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

--- Comment #8 from Ian Lance Taylor <ian at airs dot com> ---
If the re-generated math.lo.dep file does not refer to internal/cpu.gox, then
something went wrong the first time the file was generated.  Try simply
removing your TARGET/libgo directory and building from scratch.

The commands I mentioned were all intended to be executed in the TARGET/libgo
directory, not in the source directory.  Please make sure that nothing you did
modified the source directory.

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