Revert "config/arch.* fix $LDFLAGS"

This reverts commit 68b97102b83a23ec5e4d1465e5fcdef48c317d24.
This commit is contained in:
Stephan Raue 2011-09-09 22:12:34 +02:00
parent 68b97102b8
commit 8cc4591456
3 changed files with 3 additions and 3 deletions

View File

@ -39,4 +39,4 @@
# setup ARCH specific *FLAGS
TARGET_CFLAGS="-fPIC -march=$TARGET_SUBARCH -mtune=$TARGET_CPU -mabi=aapcs-linux"
[ -n "$TARGET_FPU" ] && TARGET_CFLAGS="$TARGET_CFLAGS -mfpu=$TARGET_FPU"
TARGET_LDFLAGS=""
TARGET_LDFLAGS="-fPIC -march=$TARGET_SUBARCH -mtune=$TARGET_CPU"

View File

@ -8,4 +8,4 @@
# setup ARCH specific *FLAGS
TARGET_CFLAGS="-march=$TARGET_CPU -m32"
TARGET_LDFLAGS=""
TARGET_LDFLAGS="-march=$TARGET_CPU -m32"

View File

@ -8,4 +8,4 @@
# setup ARCH specific *FLAGS
TARGET_CFLAGS="-fPIC -march=$TARGET_CPU -m64"
TARGET_LDFLAGS=""
TARGET_LDFLAGS="-fPIC -march=$TARGET_CPU -m64"