projects
/
rrq
/
jonesforth.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
3823e0c
)
fixes crash on modern gcc (#2)
master
author
Hao Deng
<860977+co-dh@users.noreply.github.com>
Wed, 30 Jan 2019 06:32:14 +0000
(
01:32
-0500)
committer
Jeremy Apthorp
<nornagon@nornagon.net>
Wed, 30 Jan 2019 06:32:14 +0000
(22:32 -0800)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index 51fba1e202aed75edf5ac43c4dd56d358d61bdc7..77d90d163d25cafb2b14fc283e99f58a8dd43511 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-8,7
+8,7
@@
SHELL := /bin/bash
all: jonesforth
jonesforth: jonesforth.S
all: jonesforth
jonesforth: jonesforth.S
- gcc -m32 -nostdlib -static
-Wl,-Ttext,0
$(BUILD_ID_NONE) -o $@ $<
+ gcc -m32 -nostdlib -static $(BUILD_ID_NONE) -o $@ $<
run:
cat jonesforth.f $(PROG) - | ./jonesforth
run:
cat jonesforth.f $(PROG) - | ./jonesforth