Re: php build and gcc

2018-08-14 Thread Stuart Henderson
On 2018/08/14 11:06, s_g...@telus.net wrote:
> In Makefile.inc for php there are some items that seems to pull in gcc.  I
> remember that when building php in May that similar items were removed from
> other modules.  Can php do without these references to gcc?
> 
> MODULES+= gcc4
> # for atomic builtins
> MODGCC4_ARCHS+=   arm
> MODGCC4_LANGS+=   c++
> 

No idea, I have no 32-bit arm any more. You're in a better position to
test than me!



php build and gcc

2018-08-14 Thread s_graf
In Makefile.inc for php there are some items that seems to pull in gcc.  I
remember that when building php in May that similar items were removed from
other modules.  Can php do without these references to gcc?

MODULES+=   gcc4
# for atomic builtins
MODGCC4_ARCHS+= arm
MODGCC4_LANGS+= c++