From 29995859141c4b66a70dc90b890f4d8b7c3ad1ef Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Mon, 7 Mar 1994 23:29:29 +0000 Subject: Formerly Makeconf.~24~ --- Makeconf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makeconf') 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)) -- cgit v1.2.3