Skip to content

Commit

Permalink
see what will wrong without -I.
Browse files Browse the repository at this point in the history
  • Loading branch information
snmsts committed Dec 7, 2024
1 parent 19cc16a commit 6ee2756
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions tools-for-build/patch/20241124_sunos-gnu89
Original file line number Diff line number Diff line change
Expand Up @@ -35,21 +35,6 @@ index 091a2f3de..762f3e9aa 100644
LINKFLAGS = -m64 -g
ASFLAGS = -m64 -Wall
GREP = ggrep
diff --git a/src/runtime/GNUmakefile b/src/runtime/GNUmakefile
index 15e12a995..699868a53 100644
--- a/src/runtime/GNUmakefile
+++ b/src/runtime/GNUmakefile
@@ -35,7 +35,10 @@ include ../../output/prefix.def

CFLAGS += -g -Wall -Wundef -Wsign-compare -Wpointer-arith -O3
ASFLAGS += $(CFLAGS)
+
+ifndef LISP_FEATURE_SUNOS
CPPFLAGS += -I.
+endif

# Give make access to the target Lisp features.
include genesis/Makefile.features
diff --git a/tlsf-bsd/tlsf/tlsf.c b/tlsf-bsd/tlsf/tlsf.c
index ce628fd3e..65d884674 100644
--- a/tlsf-bsd/tlsf/tlsf.c
Expand Down

0 comments on commit 6ee2756

Please sign in to comment.