summaryrefslogtreecommitdiff
path: root/Makeconf
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1994-03-04 07:28:44 +0000
committerMichael I. Bushnell <mib@gnu.org>1994-03-04 07:28:44 +0000
commitbca701ae30cc7cee265c747c3d438896b3837200 (patch)
treeff162fd7364d420fe3707aa7c70423183b1f0da3 /Makeconf
parent7c50f48fe570d87fe66111e4d6659427a47bc27e (diff)
Formerly Makeconf.~22~
Diffstat (limited to 'Makeconf')
-rw-r--r--Makeconf27
1 files changed, 3 insertions, 24 deletions
diff --git a/Makeconf b/Makeconf
index 21bb285f..1bb6c23d 100644
--- a/Makeconf
+++ b/Makeconf
@@ -11,22 +11,6 @@ hurdroot := /home/hm1/hurdroot
# This is the directory containing the top-level Hurd source (and this file).
hurdsource := /home/hm1/gnu/hurd
-# This is the directory holding ar and ranlib
-bindir := /usr/local/i386-mach/bin
-
-# This is a machine on which to run MiG. (MiG writes CPU dependent code,
-# so MiG has to be run on a machine that's the same as the one that will
-# run the eventual code.) If you are not doing cross-compilation, then
-# you need to set MIGCOM and MIG below to the plain pathnames of those
-# two programs respectively.
-mighost := ernst
-
-# Set these options to the GCC compiler spec (the correct value
-# can be found in /usr/local/lib/lib-gcc).
-CCTARGET=i386-mach
-CCVERSION=2.5.8
-CCTYPE=-b $(CCTARGET) -V $(CCVERSION)
-
# Where to find various things for compilation:
headers := $(hurdinst)/include
startup := $(hurdinst)/lib/crt0.o
@@ -37,19 +21,14 @@ 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
+gccheaders = /usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/include
# Flags for compilation
CPPFLAGS := -nostdinc -I$(headers) -I$(gccheaders)
-CFLAGS := -Wall -Wno-parentheses -O -g -pipe
+CFLAGS := -Wall -Wno-parentheses -g
# Finding binaries
-CC=gcc $(CCTYPE)
-MIGCOM=rsh $(mighost) cd $(hurdsource)/$(dir) \; /usr/local/lib/migcom
-CPP=/usr/local/lib/gcc-lib/$(CCTARGET)/$(CCVERSION)/cpp
-MIG=rsh $(mighost) cd $(hurdsource)/$(dir) \; mig
-AR=$(bindir)/ar
-RANLIB=$(bindir)/ranlib
+include ../Maketools
# How to do some things: