1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove unused PHP_COMPILE and CXX_PHP_COMPILE variables (#12760)

These were part of the old build system and are no longer used.
This commit is contained in:
Peter Kokot
2023-11-24 02:35:24 +01:00
committed by GitHub
parent 3c7fe92b7c
commit 3665e90061

View File

@@ -1669,9 +1669,6 @@ PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps])
dnl This needs to be passed explicitly to allow scan-build compiler overrides.
PHP_SET_LIBTOOL_VARIABLE([--tag CC])
test -z "$PHP_COMPILE" && PHP_COMPILE='$(LIBTOOL) --mode=compile $(COMPILE) -c $<'
test -z "$CXX_PHP_COMPILE" && CXX_PHP_COMPILE='$(LIBTOOL) --mode=compile $(CXX_COMPILE) -c $<'
CC=$old_CC
PHP_CONFIGURE_PART(Generating files)