summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2011-07-06 13:30:23 +0100
committerChris Liddell <chris.liddell@artifex.com>2011-07-06 13:39:45 +0100
commite5a37634a8e15a945e7f5ea4aca68ab8e1e34d3a (patch)
tree1e7a683eb1618673609d4b46c7e055c6f91f3674 /common
parent836ac602259ed7e6dfa2845ce78c5fcb516c72e1 (diff)
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.
Diffstat (limited to 'common')
-rw-r--r--common/ugcc_top.mak4
1 files changed, 2 insertions, 2 deletions
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