| To: | "Atsushi Nemoto" <anemo@mba.ocn.ne.jp> |
|---|---|
| Subject: | Re: [PATCH]: Remove CONFIG_BUILD_ELF64 entirely |
| From: | "Franck Bui-Huu" <vagabon.xyz@gmail.com> |
| Date: | Tue, 27 Mar 2007 10:01:17 +0200 |
| Cc: | ralf@linux-mips.org, kumba@gentoo.org, linux-mips@linux-mips.org, ths@networkno.de |
| Dkim-signature: | a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PsfNGRiRoIFL5RjMAaW76AwRu9AeeyIwwtoqloOGPKlMKb+3LVE1IkyQXY9VlrVNlwuasIbb5x0cZk5ayxM/IRZ7lk8Q9KXJixbvTi7FzLPAp4AJUMNDKOx/yeg11qNYVKSLtoFLWVS42R88l+Ct2u6AGsfGHY6hCpB4rTCKr7U= |
| Domainkey-signature: | a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=M7grxJReSRR7mWby7GtHhMKBfZOTky4VW6IW6lHDkuXbbcqnYl+nybGSs5oGht+ltTMg+gzDChOqUvxewhx9h2EYaiZUa7llaBnhUTcm787gCjmSAF7b4S9Fvvj0I5y1IIaZJfhEDtoyoO8TFSRB1mwUULkaenF79DGxiJYGmhc= |
| In-reply-to: | <20070327.121232.71086507.nemoto@toshiba-tops.co.jp> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <cda58cb80703260831t576ff7c5wef1e34e3367e7c45@mail.gmail.com> <20070327.004511.31449250.anemo@mba.ocn.ne.jp> <cda58cb80703260907g6f349298xf85b2e2954a7b6a7@mail.gmail.com> <20070327.121232.71086507.nemoto@toshiba-tops.co.jp> |
| Sender: | linux-mips-bounce@linux-mips.org |
On 3/27/07, Atsushi Nemoto <anemo@mba.ocn.ne.jp> wrote: On Mon, 26 Mar 2007 18:07:21 +0200, "Franck Bui-Huu" <vagabon.xyz@gmail.com> wrote: > ok, I suppose a warning is fine. What about this patch on top of the patchset ? > > diff --git a/arch/mips/Makefile b/arch/mips/Makefile > index 3ec0c12..b886945 100644 > --- a/arch/mips/Makefile > +++ b/arch/mips/Makefile > @@ -627,7 +627,12 @@ ifdef CONFIG_64BIT > endif > > ifeq ($(KBUILD_SYM32), y) > - cflags-y += -msym32 -DKBUILD_64BIT_SYM32 > + ifeq ($(call cc-option-yn,-msym32), y) > + cflags-y += -msym32 -DKBUILD_64BIT_SYM32 > + else > + $(warning '-msym32' option is not supported by your compiler. \ > + You should use a new one to get best result) > + endif > endif > endif Well, I feel even a warning is intrusive, while it is not necessary optimization.
OK, I'll remove it.
thanks
--
Franck
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: flush_anon_page for MIPS, Atsushi Nemoto |
|---|---|
| Next by Date: | [PATCH 0/4] PHYS_OFFSET fix and cleanup, Franck Bui-Huu |
| Previous by Thread: | Re: [PATCH]: Remove CONFIG_BUILD_ELF64 entirely, Atsushi Nemoto |
| Next by Thread: | Re: [PATCH]: Remove CONFIG_BUILD_ELF64 entirely, Thiemo Seufer |
| Indexes: | [Date] [Thread] [Top] [All Lists] |