mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
arm: __VFP_FP__ is defined even when using softfp, so don't use it
This commit is contained in:
parent
303af012bb
commit
f1d72e241c
@ -673,7 +673,7 @@ static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/window
|
||||
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/linux/x86_64/latest/";
|
||||
#elif defined(__i386__) || defined(__i486__) || defined(__i686__)
|
||||
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/linux/x86/latest/";
|
||||
#elif defined(__arm__) && __ARM_ARCH == 7 && defined(__VFP_FP__)
|
||||
#elif defined(__arm__) && __ARM_ARCH == 7 && defined(__ARM_PCS_VFP)
|
||||
static char buildbot_server_url[] = "http://buildbot.libretro.com/nightly/linux/armhf/latest/";
|
||||
#else
|
||||
static char buildbot_server_url[] = "";
|
||||
|
Loading…
Reference in New Issue
Block a user