This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See crosstool-NG for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1 of 1] cc/gcc: Split gcc configurations and functions from cc ones


Hi,

Indeed it will break configurations (new one will be ok).

Maybe we can provide a script like this one:

cat .config | sed 's/\([ _]\)CC_/\1CC_GCC_/g' | sed 's/GCC_GCC/GCC/g' > .config.new

Le 10/07/13 08:16, Daniel Price a écrit :
On Tue, Jul 9, 2013 at 3:58 PM, Yann Diorcet <diorcet.yann@gmail.com> wrote:
cc/gcc: Split gcc configurations and functions from cc ones

...
-config CC_V_linaro_4_8
+config CC_GCC_V_linaro_4_8
      bool
      prompt "linaro-4.8-2013.04"
Hi Yann,

Maybe I've misunderstood, but would this patch invalidate all existing
ct-ng configuration files?  Is there an upgrade path (even a sed
script would help) for existing configs?

         -dp

--
Daniel.Price@gmail.com; Twitter: @danielbprice


--
For unsubscribe information see http://sourceware.org/lists.html#faq


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