diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-07-19 16:30:09 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-07-19 16:30:09 +0000 |
commit | 22b8248495d18f7d1c2abd3d9e93b6aa2556f4ec (patch) | |
tree | c8604b552df1a6e497210116b20bce0f11f7bf28 | |
parent | 4646287ba6b485555c468123598b28de20eaa1ec (diff) |
Formerly Makeconf.~47~
-rw-r--r-- | Makeconf | 15 |
1 files changed, 1 insertions, 14 deletions
@@ -28,29 +28,16 @@ libpager := $(hurdinst)/lib/libpager.a libfshelp := $(hurdinst)/lib/libfshelp.a libdiskfs := $(hurdinst)/lib/libdiskfs.a libtrivfs := $(hurdinst)/lib/libtrivfs.a -malloc := $(hurdinst)/lib/libmalloc.a # Finding binaries include $(hurdsource)/Maketools -gccheaders = /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/include -libgcc := /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/libgcc.a - # Flags for compilation. It is important to have -I. first for things that # use their own headers which are later installed; they might do `#include # <foo.h>' and that ignores the current directory. -CPPFLAGS := -nostdinc -I. -I$(includedir) -I$(gccheaders) +CPPFLAGS := -I. CFLAGS := -Wall -Wno-parentheses -g -# How to do some things: - -ldflags = $(addprefix -Xlinker ,$(LDFLAGS)) - -define link -$(LD) -e __start $(LDFLAGS) -o $@ $(startup) \ -$(OBJS) $(LIBS) -u _malloc $(malloc) $(libc) $(libgcc) -endef - # Mounting $(hurdroot) ifeq ($(hurdroot),) $(hurdroot): force |