b49caa5621
Highlights: - amd64 support - bootstraping works with clisp
13 lines
365 B
Plaintext
13 lines
365 B
Plaintext
$OpenBSD: patch-src_runtime_GNUmakefile,v 1.2 2009/11/17 10:45:00 pirofti Exp $
|
|
--- src/runtime/GNUmakefile.orig Wed Feb 20 09:55:26 2008
|
|
+++ src/runtime/GNUmakefile Thu Apr 10 14:13:34 2008
|
|
@@ -23,7 +23,7 @@ NM = nm -gp
|
|
DEPEND_FLAGS = -MM
|
|
GREP = grep
|
|
|
|
-CFLAGS = -g -Wall -Wsign-compare -O3
|
|
+CFLAGS += -Wall -Wsign-compare
|
|
ASFLAGS = $(CFLAGS)
|
|
CPPFLAGS = -I.
|
|
|