summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makeconf8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makeconf b/Makeconf
index 876e901f..a3a43219 100644
--- a/Makeconf
+++ b/Makeconf
@@ -22,16 +22,16 @@ libpager := $(hurdinst)/lib/libpager.a
libfshelp := $(hurdinst)/lib/libfshelp.a
libdiskfs := $(hurdinst)/lib/libdiskfs.a
-# Flags for compilation
-CPPFLAGS := -nostdinc -I$(headers) -I$(gccheaders)
-CFLAGS := -Wall -Wno-parentheses -g
-
# Finding binaries
include ../Maketools
gccheaders = /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/include
libgcc := -lgcc
+# Flags for compilation
+CPPFLAGS := -nostdinc -I$(headers) -I$(gccheaders)
+CFLAGS := -Wall -Wno-parentheses -g
+
# How to do some things:
ldflags = $(addprefix -Xlinker ,$(LDFLAGS))