File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -271,25 +271,6 @@ dnl -------------------------------------------------------------------------
271
271
dnl Compiler characteristics checks
272
272
dnl -------------------------------------------------------------------------
273
273
274
- dnl
275
- dnl PHP_TARGET_RDYNAMIC
276
- dnl
277
- dnl Checks whether -rdynamic is supported by the compiler. This
278
- dnl is necessary for some targets to populate the global symbol
279
- dnl table. Otherwise, dynamic modules would not be able to resolve
280
- dnl PHP-related symbols.
281
- dnl
282
- dnl If successful, adds -rdynamic to PHP_LDFLAGS.
283
- dnl
284
- AC_DEFUN ( [ PHP_TARGET_RDYNAMIC] ,[
285
- if test -n "$GCC"; then
286
- PHP_CHECK_GCC_ARG(-rdynamic, gcc_rdynamic=yes)
287
- if test "$gcc_rdynamic" = "yes"; then
288
- PHP_LDFLAGS="$PHP_LDFLAGS -rdynamic"
289
- fi
290
- fi
291
- ] )
292
-
293
274
dnl
294
275
dnl PHP_RUNPATH_SWITCH
295
276
dnl
You can’t perform that action at this time.
0 commit comments