lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20071021173401.GA5550@uranus.ravnborg.org>
Date:	Sun, 21 Oct 2007 19:34:01 +0200
From:	Sam Ravnborg <sam@...nborg.org>
To:	Bryan Wu <bryan.wu@...log.com>
Cc:	Linus Torvalds <torvalds@...ux-foundation.org>,
	LKML <linux-kernel@...r.kernel.org>,
	Andrew Morton <akpm@...ux-foundation.org>,
	uclinux-dist-devel@...ckfin.uclinux.org
Subject: Re: [GIT-PULL Part #2] Blackfin arch fixing and updates for 2.6.24 merge windows

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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ