summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-07 23:29:29 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-07 23:29:29 +0000
commit29995859141c4b66a70dc90b890f4d8b7c3ad1ef (patch)
tree5db00342c71cdccfc6302eb9f1ed4792590bc1c1
parenta750e43972a49986f8ff5dfe04c41faa054a9a3e (diff)
Formerly Makeconf.~24~
-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))