From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12442 invoked by alias); 28 Nov 2001 20:03:47 -0000 Mailing-List: contact gdb-patches-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 12115 invoked from network); 28 Nov 2001 20:03:41 -0000 Received: from unknown (HELO cygnus.com) (205.180.230.5) by hostedprojects.ges.redhat.com with SMTP; 28 Nov 2001 20:03:41 -0000 Received: from greed.delorie.com (cse.cygnus.com [205.180.230.236]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id MAA17346; Wed, 28 Nov 2001 12:03:38 -0800 (PST) Received: (from dj@localhost) by greed.delorie.com (8.11.6/8.11.6) id fASK1St14784; Wed, 28 Nov 2001 15:01:28 -0500 Date: Sat, 17 Nov 2001 20:43:00 -0000 Message-Id: <200111282001.fASK1St14784@greed.delorie.com> 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 X-SW-Source: 2001-11/txt/msg00327.txt.bz2 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 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/msg00542.html Message-ID: <20011128120300.pZKOe00aMpJA8Ok0k6dvGGk19ILinLlEj0Oc5kLP0FU@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