mirror of
https://github.com/php/php-src.git
synced 2025-08-15 13:38:49 +02:00
Autotools: Remove obsolete compiler reset (#15549)
This was once added via 827ad656cb
to
store the compiler variable when being modified due to using libtool
passing pthread_cflags to linker.
This commit is contained in:
parent
062e9f9134
commit
babf18c52e
1 changed files with 0 additions and 4 deletions
|
@ -1464,8 +1464,6 @@ PHP_SUBST([PHP_FRAMEWORKS])
|
|||
PHP_SUBST([PHP_FRAMEWORKPATH])
|
||||
PHP_SUBST([INSTALL_HEADERS])
|
||||
|
||||
old_CC=$CC
|
||||
|
||||
if test "$PHP_THREAD_SAFETY" = "yes" && test -n "$ac_cv_pthreads_cflags"; then
|
||||
CXXFLAGS="$CXXFLAGS $ac_cv_pthreads_cflags"
|
||||
CPPFLAGS="$CPPFLAGS $ac_cv_pthreads_cflags"
|
||||
|
@ -1572,8 +1570,6 @@ PHP_SET_LIBTOOL_VARIABLE([--silent])
|
|||
dnl libtool 1.4.3 needs this.
|
||||
PHP_SET_LIBTOOL_VARIABLE([--preserve-dup-deps])
|
||||
|
||||
CC=$old_CC
|
||||
|
||||
PHP_CONFIGURE_PART([Generating files])
|
||||
|
||||
CXXFLAGS_CLEAN=$CXXFLAGS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue