mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: Bryan Wu <bryan.wu@analog.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>,
	LKML <linux-kernel@vger.kernel.org>,
	Andrew Morton <akpm@linux-foundation.org>,
	uclinux-dist-devel@blackfin.uclinux.org
Subject: Re: [GIT-PULL Part #2] Blackfin arch fixing and updates for 2.6.24 merge windows
Date: Sun, 21 Oct 2007 19:34:01 +0200	[thread overview]
Message-ID: <20071021173401.GA5550@uranus.ravnborg.org> (raw)
In-Reply-To: <1192985586.6234.11.camel@roc-laptop>

Hi Bryan.

> diff --git a/arch/blackfin/Makefile b/arch/blackfin/Makefile
> index 3689337..3c87291 100644
> --- a/arch/blackfin/Makefile
> +++ b/arch/blackfin/Makefile
> @@ -12,12 +12,17 @@ LDFLAGS_vmlinux  := -X
>  OBJCOPYFLAGS     := -O binary -R .note -R .comment -S
>  GZFLAGS          := -9
>  
> +CFLAGS           += $(call cc-option,-mno-fdpic)
> +AFLAGS           += $(call cc-option,-mno-fdpic)
>  CFLAGS_MODULE    += -mlong-calls
>  KALLSYMS         += --symbol-prefix=_

During the merge window kbuild shifted to use KBUILD_CFLAGS
and KBUILD_AFLAGS so you need to update the above two assignments.

I think it works as is but then you cannot pass additional CFLAGS
from the commandline.

	Sam

      reply	other threads:[~2007-10-21 17:32 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-10-21 16:53 Bryan Wu
2007-10-21 17:34 ` Sam Ravnborg [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20071021173401.GA5550@uranus.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=akpm@linux-foundation.org \
    --cc=bryan.wu@analog.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    --cc=uclinux-dist-devel@blackfin.uclinux.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome