mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Handle -march properly
Signed-off-by: Kakadu <Kakadu@pm.me>
This commit is contained in:
parent
55d595600d
commit
3f7f51b2f0
10 changed files with 51 additions and 14 deletions
|
|
@ -1,4 +1,4 @@
|
|||
RUNTIME=runtime32.a
|
||||
RUNTIME=runtime.a
|
||||
|
||||
.DEFAULT := $(RUNTIME)
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
(rule
|
||||
(target runtime32.a)
|
||||
(target runtime.a)
|
||||
(mode
|
||||
(promote (until-clean)))
|
||||
(deps Makefile gc_runtime.s runtime.c runtime.h)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue