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 target/47109] m68k-netbsdelf: collect2 build fails with undefined reference to m68k_cpu_flags


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

--- Comment #2 from Jorn Wolfgang Rennecke <amylaar at gcc dot gnu.org> 2010-12-31 15:26:28 UTC ---
(In reply to comment #1)
> My preferred fix for this would be to eliminate the TARGET_VERSION macro 
> completely.  I really don't think it's useful for targets to have this 
> special version text that's only used in collect2, mips-tdump and 
> mips-tfile; the information from gcc -v (configure arguments and target 
> triplet) is more useful.

You can certainly try this for GCC 4.7, but to get that target to
build again, it is sufficient to simplify TARGET_VERSION not a have
a different string for 68010.


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