mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] error when compiling gcc


From: Volker Grabsch
Subject: Re: [Mingw-cross-env-list] error when compiling gcc
Date: Tue, 1 Jun 2010 18:07:58 +0200
User-agent: Mutt/1.5.18 (2008-05-17)

hoijui <address@hidden> schrieb:
> 2010/6/1 Volker Grabsch <address@hidden>:
> >
> > Are we able to produce a proper patch for GCC? If not, is there
> > a simple $(SED) action to fix that?
> >
> sed 's/"(GCC) "/"(GCC)"/' \
>               < tmp-gcc-native-build/gcc-4.5.0/gcc/configure \
>               > /tmp/configure.replaced \
>               && mv /tmp/configure.replaced \
>                       tmp-gcc-native-build/gcc-4.5.0/gcc/configure

You can shorten that to:

    $(SED) -i 's/"(GCC) "/"(GCC)"/' '$(1)/gcc/configure'

in your gcc-native-build.mk


Greets,
Volker

-- 
Volker Grabsch
---<<(())>>---
Administrator
NotJustHosting GbR



reply via email to

[Prev in Thread] Current Thread [Next in Thread]