[gs-commits] ghostpdl branch, master, updated. jbig2dec-0.14-1753-g9ae928f

[email protected] (Robin Watts) Fri, 25 Oct 2019 12:54:50 +0000 (UTC)
Newsgroups gmane.comp.printing.ghostscript.cvs
Message-ID <[email protected]>
The ghostpdl branch, master has been updated
       via  9ae928f80e70e04e89f0c36a7b58332fb0a9b19d (commit)
      from  9001678252cc6c4e45251db70b83daae39b7d4ec (commit)

----------------------------------------------------------------------
commit 9ae928f80e70e04e89f0c36a7b58332fb0a9b19d
Author: Robin Watts <[email protected]>
Date:   Fri Oct 25 13:53:31 2019 +0100

    Fix CAL ETS compiler flags.

diff --git a/base/cal.mak b/base/cal.mak
index 7ffc870..07a5124 100644
--- a/base/cal.mak
+++ b/base/cal.mak
@@ -122,7 +122,7 @@ cal_ets_h=$(CAL_SRC)cal_ets.h
 ca_ets_tm_h=$(CAL_SRC)cal_ets_tm.h
 $(GLOBJ)ets_1.$(OBJ) : $(CAL_SRC)cal_ets.c $(CAL_SRC)ets_template.c $(AK) \
  $(cal_ets_h) $(cal_ets_tm_h) $(LIB_MAK) $(MAKEDIRS)
-	$(GLCC) $(GLO_)ets_1.$(OBJ) $(C_) $(CAL_SRC)cal_ets.c
+	$(GLCC) $(CAL_SSE4_2_CFLAGS) $(CAL_NEON_CFLAGS) $(GLO_)ets_1.$(OBJ) $(C_) $(CAL_SRC)cal_ets.c
 
 
 # end of file


Summary of changes:
 base/cal.mak | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)