This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Remove -DUSE_C_BACKTRACE part: from e849841dca2a8b1111999
authorH.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Tue, 21 Jan 2020 16:14:21 +0000 (17:14 +0100)
committerH.Merijn Brand - Tux <h.m.brand@xs4all.nl>
Tue, 21 Jan 2020 16:14:21 +0000 (17:14 +0100)
U/perl/usebacktrace.U

index 2406d48..cee0a7b 100644 (file)
 ?C:.
 ?H:#$usecbacktrace USE_C_BACKTRACE             /**/
 ?H:.
-?LINT:extern ccflags
-?LINT:change ccflags
-: add flags if using c backtrace
+: Check if C backtrace is actually supported.
 case "$usecbacktrace" in
   "") usecbacktrace=$undef ;;
   [yY]*|true|$define)
     case "$d_backtrace" in
       [yY]*|true|$define)
-        case " $ccflags " in
-         *" -DUSE_C_BACKTRACE "*) ;; # Already there.
-         *) ccflags="$ccflags -DUSE_C_BACKTRACE -g" ;;
-         esac
         ;;
       *)
         echo "This system does not support backtrace" >&4