| To: | "Maciej W. Rozycki" <macro@linux-mips.org> |
|---|---|
| Subject: | Re: [SPAM?] Re: [PATCH] mm/pg-r4k.c: Dump the generated code |
| From: | Franck Bui-Huu <vagabon.xyz@gmail.com> |
| Date: | Sun, 14 Oct 2007 21:37:18 +0200 |
| Cc: | Nigel Stephens <nigel@mips.com>, Ralf Baechle <ralf@linux-mips.org>, Thiemo Seufer <ths@networkno.de>, linux-mips@linux-mips.org |
| Dkim-signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; bh=a0V4KC5wcxV6qCZp4IzVExB7mmnr7KTbLDbRQCIcrHo=; b=WwRVcVmGbig9USMhA4V55B5iaVlTyY3hrGf9zy9oYukEysQwyxV25U1kZfLP9s1wL73KEwYoBcXKT5WpLFNca/ZsR4IjAqdRBD+/qYo/+fVNoUkeWb/BXDHZ+kOw1kUUINnUR7XipJBD1rQC5YlbbcX1G7UVaT9e7eqqZDNkkE0= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:user-agent:mime-version:to:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=H1Cz1wGKVg9ksos5xeqC5xUx4SicCVhMh0oiMBf94/KMrFHTPRwWUqEuQMo9rn0vQUFtUPNgWfnH2wQGZC7prmTvuk7tPKmJxhh5CfN2L6AfkLWWKbikKEhvzxZI9y0FAVt2g/bBrTNCDi1UJYgc3KF2+zz4W71qaeytEOoi5Tg= |
| In-reply-to: | <Pine.LNX.4.64N.0710111242530.16370@blysk.ds.pg.gda.pl> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <Pine.LNX.4.64N.0710021447470.32726@blysk.ds.pg.gda.pl> <20071002141125.GC16772@networkno.de> <20071002154918.GA11312@linux-mips.org> <47038874.9050704@gmail.com> <20071003131158.GL16772@networkno.de> <4703F155.4000301@gmail.com> <20071003201800.GP16772@networkno.de> <47049734.6050802@gmail.com> <20071004121557.GA28928@linux-mips.org> <4705004C.5000705@gmail.com> <Pine.LNX.4.64N.0710041616570.10573@blysk.ds.pg.gda.pl> <4705EFE5.7090704@gmail.com> <Pine.LNX.4.64N.0710051312490.17849@blysk.ds.pg.gda.pl> <470A4349.9090301@gmail.com> <Pine.LNX.4.64N.0710081611460.8873@blysk.ds.pg.gda.pl> <470BE1F4.3070800@gmail.com> <Pine.LNX.4.64N.0710101231290.9821@blysk.ds.pg.gda.pl> <470CC0CE.9080303@mips.com> <Pine.LNX.4.64N.0710111242530.16370@blysk.ds.pg.gda.pl> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | Thunderbird 2.0.0.5 (X11/20070719) |
Maciej W. Rozycki wrote:
>
> Though either way I am not sure these would have to be put in Kconfig or
> Makefile anywhere. A generic way should be enough for the insistent as
> the potentially useful options may proliferate; we have the CFLAGS_KERNEL
> and CFLAGS_MODULE Makefile variables that would suit for setting upon
> `make' invocation.
>
In that case very few people would use this optimization.
We could just have one new Kconfig option in kernel hacking submenu:
config EXTRA_CFLAGS
string
help
If you want to pass additionnal option to GCC
for optimization purpose for example, use this.
Franck
|
| Previous by Date: | Re: [PATCH] mm/pg-r4k.c: Dump the generated code, Franck Bui-Huu |
|---|---|
| Next by Date: | Re: [RFC] Add __initbss section, Franck Bui-Huu |
| Previous by Thread: | Re: [SPAM?] Re: [PATCH] mm/pg-r4k.c: Dump the generated code, Maciej W. Rozycki |
| Next by Thread: | Re: [SPAM?] Re: [PATCH] mm/pg-r4k.c: Dump the generated code, Maciej W. Rozycki |
| Indexes: | [Date] [Thread] [Top] [All Lists] |