From e5a37634a8e15a945e7f5ea4aca68ab8e1e34d3a Mon Sep 17 00:00:00 2001 From: Chris Liddell Date: Wed, 6 Jul 2011 13:30:23 +0100 Subject: Bug 692318: Ensure that compiler flags are used for the "aux" files. For a normal host build, the build tools (genarch, genconf etc) should be built with the same compiler flags as Ghostscript/Ghost*. In this case the integer type used for encoded color values was not getting used when compiling genarch. Also, add a warning when tiffsep does have to skip one or more plates, with a pointer to the relevant documentation. Lastly, update the doc to reflect that the contone preview output may not be as expected if the job uses overprint. No cluster differences expected. --- common/ugcc_top.mak | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/ugcc_top.mak b/common/ugcc_top.mak index aa9f2c9ed..d90765093 100644 --- a/common/ugcc_top.mak +++ b/common/ugcc_top.mak @@ -32,8 +32,8 @@ CCLD=$(CC) CCAUXLD=$(CCAUX) CCFLAGS=$(GENOPT) $(CFLAGS) $(XCFLAGS) -CC_=$(CC) $(CCFLAGS) -c -CCAUX_=$(CCAUX) $(CFLAGS) -c +CC_=$(CC) $(CCFLAGS) +CCAUX_=$(CCAUX) $(CFLAGS) GLD=$(GLGENDIR)/ CC_NO_WARN=$(CC_) -Wno-cast-qual -Wno-traditional -- cgit v1.2.3