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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user