From dbe90955514f9f69e72b10f9968db110d946e159 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 23 Mar 2011 03:07:37 +0100 Subject: [PATCH] config/arch.x86_64: cleanup Signed-off-by: Stephan Raue --- config/arch.x86_64 | 1 - 1 file changed, 1 deletion(-) diff --git a/config/arch.x86_64 b/config/arch.x86_64 index 4875f386d0..e0d6b2ae0f 100644 --- a/config/arch.x86_64 +++ b/config/arch.x86_64 @@ -8,5 +8,4 @@ # setup ARCH specific *FLAGS TARGET_CFLAGS="-fPIC -march=$TARGET_CPU -m64" - TARGET_CXXFLAGS="$TARGET_CFLAGS" TARGET_LDFLAGS="-fPIC -march=$TARGET_CPU -m64"