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: building a cross libf2c



  In message <199806261302.OAA27990@sun52.NIS.cambridge>you write:
  > The following patch (or something like it) is needed to allow 
  > cross-building of libf2c to succeed, since the "libraries" subdir doesn't 
  > exist for a cross build.
  > 
  > <date>  Richard Earnshaw (rearnsha@arm.com)
  > 
  > 	* Makefile.in (BASE_FLAGS_TO_PASS): Pass TARGET_SUBDIR to submakes.
  > 
  > 	* libf2c/Makefile.in (TARGET_SUBDIR): Provide default definition.
  > 	(FLAGS_TO_PASS): Use TARGET_SUBDIR in definition of G2C_H_DIR.
I ended up fixing this problem as part of nuking "libraries" and using
${target_alias} for native builds.

jeff


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