This is the mail archive of the gcc@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]

Re: Finally - some success with cross



  In message <E0xdzDL-0006OU-00@data.ctd.comsat.com>you write:
  > The thing kept dying when building target libiberty.  The problem was
  > that the gcc was built using libgloss.h in the configure.  This does:
  > 
  >  * Don't set the target flags, this is done by the linker script */
  > #undef LIB_SPEC
  > #define LIB_SPEC ""
  > 
  > Well, it doesn't install any linker script.  So links weren't working, 
  > so the "needed" file of target libiberty was incorrect.
Well, egcs isn't supposed to install a linker script :-)  That's done
when you build gnu-ld :-)

jeff


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