From: Andi Kleen Date: Sat, 25 Mar 2006 15:29:49 +0000 (+0100) Subject: [PATCH] x86_64: Don't define string functions to builtin X-Git-Tag: v2.6.17-rc1~712 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6edfba1b33c701108717f4e036320fc39abe1912;p=pandora-kernel.git [PATCH] x86_64: Don't define string functions to builtin gcc should handle this anyways, and it causes problems when sprintf is turned into strcpy by gcc behind our backs and the C fallback version of strcpy is actually defining __builtin_strcpy Then drop -ffreestanding from the main Makefile because it isn't needed anymore and implies -fno-builtin, which is wrong now. (it was only added for x86-64, so dropping it should be safe) Noticed by Roman Zippel Cc: Roman Zippel Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed