From mboxrd@z Thu Jan 1 00:00:00 1970 From: DJ Delorie To: binutils@sources.redhat.com, gdb-patches@sources.redhat.com, cygwin@sources.redhat.com, newlib@sources.redhat.com Subject: [merge] build-libiberty patch merged from gcc Date: Wed, 28 Nov 2001 12:03:00 -0000 Message-ID: <200111282001.fASK1St14784@greed.delorie.com> X-SW-Source: 2001-11/msg01760.html Message-ID: <20011128120300.Kpbe2PHJ3fBjSyseAq4RY_oX8pZkpouBj4xUhK3_Zo0@z> I merged the top-level and libiberty parts of this patch from gcc: http://gcc.gnu.org/ml/gcc-patches/2001-11/msg01611.html If you configure a build where build!=host, you will now see a top-level build directory named after the build system, with a libiberty build in it. This libiberty is suitable for programs which must run on the build machine. To add support for this to your project, there are two options. The above patch demonstrates how to detect the build!=host case with configure. This older patch demonstrates how to do it with just a Makefile change: http://gcc.gnu.org/ml/gcc-patches/2001-07/msg00608.html If you encounter any problems with the build-libiberty changes, please let me know. Thanks, DJ -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/