notaz.gp2x.de
/
picodrive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4749518
)
libretro, fix arch detection
author
kub
<derkub@gmail.com>
Sun, 29 Dec 2024 10:25:53 +0000
(11:25 +0100)
committer
kub
<derkub@gmail.com>
Sun, 29 Dec 2024 10:25:53 +0000
(11:25 +0100)
Makefile.libretro
patch
|
blob
|
blame
|
history
diff --git
a/Makefile.libretro
b/Makefile.libretro
index
578b10e
..
c6b98a6
100644
(file)
--- a/
Makefile.libretro
+++ b/
Makefile.libretro
@@
-644,7
+644,7
@@
SHARED ?= -shared
LDFLAGS += $(SHARED) $(fpic)
ifeq ($(ARCH),)
-ARCH = $(shell $(CC) -dumpmachine | awk -F '-' '{print $$1}')
+ARCH = $(shell $(CC)
$(CFLAGS)
-dumpmachine | awk -F '-' '{print $$1}')
endif
PLATFORM = libretro
NO_CONFIG_MAK = yes