mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-04-28 17:09:31 +02:00
cleaned up a8a35
This commit is contained in:
@@ -492,15 +492,9 @@ else ifeq ($(platform), classic_armv8_a35)
|
||||
ARCH = arm
|
||||
BUILTIN_GPU = neon
|
||||
USE_DYNAREC = 1
|
||||
ifeq ($(shell echo `$(CC) -dumpversion` "< 4.9" | bc -l), 1)
|
||||
CFLAGS += -march=armv8-a
|
||||
else
|
||||
CFLAGS += -march=armv8-a
|
||||
# If gcc is 5.0 or later
|
||||
ifeq ($(shell echo `$(CC) -dumpversion` ">= 5" | bc -l), 1)
|
||||
LDFLAGS += -static-libgcc -static-libstdc++
|
||||
endif
|
||||
endif
|
||||
LDFLAGS += -static-libgcc -static-libstdc++
|
||||
|
||||
#######################################
|
||||
|
||||
# ARM
|
||||
|
||||
Reference in New Issue
Block a user