fixes crash on modern gcc (#2) master
authorHao Deng <860977+co-dh@users.noreply.github.com>
Wed, 30 Jan 2019 06:32:14 +0000 (01:32 -0500)
committerJeremy Apthorp <nornagon@nornagon.net>
Wed, 30 Jan 2019 06:32:14 +0000 (22:32 -0800)
Makefile

index 51fba1e202aed75edf5ac43c4dd56d358d61bdc7..77d90d163d25cafb2b14fc283e99f58a8dd43511 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,7 @@ SHELL   := /bin/bash
 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