fixes crash on modern gcc (#2)
[rrq/jonesforth.git] / 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