config/arch.x86_64: cleanup

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-03-23 03:07:37 +01:00
parent 2a2653191b
commit dbe9095551

View File

@ -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"