summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-08 19:51:51 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-08 19:51:51 +0000
commit365716fb197a6f3aada32baffce753498fe9df2a (patch)
treea27b9ac45c88c3e1f7448057807b09014911258b /Makeconf
parentf3cabc0e2a9f0d86b132395bd2eb2edec61c0945 (diff)
Formerly Makeconf.~26~
Diffstat (limited to 'Makeconf')
-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))