mirror of
https://github.com/libretro/Lakka.git
synced 2024-12-01 03:51:15 +00:00
config/arch.* fix $LDFLAGS
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
7a56fa1d27
commit
68b97102b8
@ -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="-fPIC -march=$TARGET_SUBARCH -mtune=$TARGET_CPU"
|
||||
TARGET_LDFLAGS=""
|
||||
|
@ -8,4 +8,4 @@
|
||||
|
||||
# setup ARCH specific *FLAGS
|
||||
TARGET_CFLAGS="-march=$TARGET_CPU -m32"
|
||||
TARGET_LDFLAGS="-march=$TARGET_CPU -m32"
|
||||
TARGET_LDFLAGS=""
|
||||
|
@ -8,4 +8,4 @@
|
||||
|
||||
# setup ARCH specific *FLAGS
|
||||
TARGET_CFLAGS="-fPIC -march=$TARGET_CPU -m64"
|
||||
TARGET_LDFLAGS="-fPIC -march=$TARGET_CPU -m64"
|
||||
TARGET_LDFLAGS=""
|
||||
|
Loading…
Reference in New Issue
Block a user