aboutsummaryrefslogtreecommitdiff
path: root/build-all.mk
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1993-06-29 19:55:24 +0000
committerIan Lance Taylor <ian@airs.com>1993-06-29 19:55:24 +0000
commit9823504d83589903a67f8a81699b03d24a89b95d (patch)
tree6801d11d3d4b6aa79594e8fec42f7eeecbb97110 /build-all.mk
parenta4374df58dae7a745e5a3cd8ef52418a53693728 (diff)
downloadgdb-9823504d83589903a67f8a81699b03d24a89b95d.zip
gdb-9823504d83589903a67f8a81699b03d24a89b95d.tar.gz
gdb-9823504d83589903a67f8a81699b03d24a89b95d.tar.bz2
* Makefile.in (MAKEINFOFLAGS): New variable.
(FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS. * build-all.mk, test-build.mk: Pass down --no-split as MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
Diffstat (limited to 'build-all.mk')
-rw-r--r--build-all.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/build-all.mk b/build-all.mk
index 11c7602..39035cf 100644
--- a/build-all.mk
+++ b/build-all.mk
@@ -21,6 +21,7 @@ NATIVE = native
GCC = gcc -O
CFLAGS = -g
CXXFLAGS = -g -O
+MAKEINFOFLAGS =
log = 1>$(canonhost)-build-log 2>&1
tlog = 1> $(canonhost)-x-$$i-build-log 2>&1
@@ -120,6 +121,9 @@ build := $(shell $(TREE)/config.guess)
endif
CC = i386-go32-gcc
GCC = i386-go32-gcc -O
+CFLAGS =
+CXXFLAGS = -O
+MAKEINFOFLAGS = --no-split
all: all-cross
endif
@@ -129,6 +133,7 @@ FLAGS_TO_PASS := \
"CFLAGS=$(CFLAGS)" \
"CXXFLAGS=$(CXXFLAGS)" \
"host=$(canonhost)" \
+ "MAKEINFOFLAGS=$(MAKEINFOFLAGS)" \
"RELEASE_TAG=$(RELEASE_TAG)"
all-emacs: