Re: [base-gcc] Unbreak cad/qrouter

2020-02-07 Thread Charlene Wendling
On Fri, 7 Feb 2020 18:04:36 + Stuart Henderson wrote: > On 2020/02/07 18:44, Charlene Wendling wrote: > > + #ifdef TCL_QROUTER > > ++/* XXX needed for va_list with base-gcc */ > > not just the ancient base-gcc, current versions too - clang is the > odd one out here. I removed base-gcc to men

Re: [base-gcc] Unbreak cad/qrouter

2020-02-07 Thread Stuart Henderson
On 2020/02/07 18:44, Charlene Wendling wrote: > + #ifdef TCL_QROUTER > ++/* XXX needed for va_list with base-gcc */ not just the ancient base-gcc, current versions too - clang is the odd one out here. > ++#include > + void tcl_printf(FILE *, const char *, ...); > + void tcl_stdflush(FILE *)

Re: [base-gcc] Unbreak cad/qrouter

2020-02-07 Thread Charlene Wendling
On Fri, 7 Feb 2020 17:20:53 + Stuart Henderson wrote: > On 2020/02/07 10:08, Charlene Wendling wrote: > > Hi, > > > > The latest version of cad/qrouter is broken in the current sparc64 > > bulk: > > > > > cc -O2 -pipe -Wno-return-type -O2 -pipe -Wno-return-type > > > -I/usr/X11R6/include -f

Re: [base-gcc] Unbreak cad/qrouter

2020-02-07 Thread Stuart Henderson
On 2020/02/07 10:08, Charlene Wendling wrote: > Hi, > > The latest version of cad/qrouter is broken in the current sparc64 bulk: > > > cc -O2 -pipe -Wno-return-type -O2 -pipe -Wno-return-type > > -I/usr/X11R6/include -fPIC -DPA CKAGE_NAME=\"\" > > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -D

Re: [base-gcc] Unbreak cad/qrouter

2020-02-07 Thread Kurt Mosiejczuk
On Fri, Feb 07, 2020 at 10:08:29AM +0100, Charlene Wendling wrote: > The latest version of cad/qrouter is broken in the current sparc64 bulk: > > cc -O2 -pipe -Wno-return-type -O2 -pipe -Wno-return-type > > -I/usr/X11R6/include -fPIC -DPA CKAGE_NAME=\"\" > > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERS

[base-gcc] Unbreak cad/qrouter

2020-02-07 Thread Charlene Wendling
Hi, The latest version of cad/qrouter is broken in the current sparc64 bulk: > cc -O2 -pipe -Wno-return-type -O2 -pipe -Wno-return-type > -I/usr/X11R6/include -fPIC -DPA CKAGE_NAME=\"\" > -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" > -DPAC KAGE_BUGREPORT=\"\" -DPACKAGE_UR