From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Earnshaw To: egcs@cygnus.com Cc: burley@gnu.org Subject: building a cross libf2c Date: Fri, 26 Jun 1998 13:03:00 -0000 Message-id: <199806261302.OAA27990@sun52.NIS.cambridge> X-SW-Source: 1998-06/msg00956.html 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. 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.