Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
b7aa7271
Commit
b7aa7271
authored
Jan 03, 2014
by
Damien George
Browse files
unix-cpy: Fix mpconfig to work with new scheme.
parent
91c8d8e7
Changes
2
Hide whitespace changes
Inline
Side-by-side
unix-cpy/Makefile
View file @
b7aa7271
...
...
@@ -68,7 +68,7 @@ $(BUILD)/%.o: %.c
$(BUILD)/%.o
:
$(PYSRC)/%.S
$(CC)
$(CFLAGS)
-c
-o
$@
$<
$(BUILD)/%.o
:
$(PYSRC)/%.c mpconfig.h
$(BUILD)/%.o
:
$(PYSRC)/%.c mpconfig
port
.h
$(CC)
$(CFLAGS)
-c
-o
$@
$<
$(BUILD)/emitnx64.o
:
$(PYSRC)/emitnative.c $(PYSRC)/emit.h
...
...
@@ -81,7 +81,7 @@ $(BUILD)/emitnthumb.o: $(PYSRC)/emitnative.c $(PYSRC)/emit.h
$(BUILD)/vm.o
:
$(PYSRC)/vm.c
$(CC)
$(CFLAGS)
-O3
-c
-o
$@
$<
$(BUILD)/main.o
:
mpconfig.h
$(BUILD)/main.o
:
mpconfig
port
.h
$(BUILD)/parse.o
:
$(PYSRC)/grammar.h
$(BUILD)/compile.o
:
$(PYSRC)/grammar.h
$(BUILD)/emitcpy.o
:
$(PYSRC)/emit.h
...
...
unix-cpy/mpconfig.h
→
unix-cpy/mpconfig
port
.h
View file @
b7aa7271
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment