summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makeconf5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makeconf b/Makeconf
index 46ed0cff..f4120827 100644
--- a/Makeconf
+++ b/Makeconf
@@ -21,8 +21,6 @@ libioserver := $(hurdinst)/lib/libioserver.a
libpager := $(hurdinst)/lib/libpager.a
libfshelp := $(hurdinst)/lib/libfshelp.a
libdiskfs := $(hurdinst)/lib/libdiskfs.a
-gccheaders = /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/include
-libgcc := /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/libgcc.a
# Flags for compilation
CPPFLAGS := -nostdinc -I$(headers) -I$(gccheaders)
@@ -31,6 +29,9 @@ CFLAGS := -Wall -Wno-parentheses -g
# Finding binaries
include ../Maketools
+gccheaders = /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/include
+libgcc := /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/libgcc.a
+
# How to do some things:
ldflags = $(addprefix -Xlinker ,$(LDFLAGS))