Remove debugging option.

This commit is contained in:
Dr. Stephen Henson 2011-02-21 19:29:48 +00:00
parent bfba6e05b8
commit 4e712c48ab

View File

@ -1334,7 +1334,6 @@ if ($no_asm)
$thread_cflags=~s/\-D[BL]_ENDIAN// if ($fips); $thread_cflags=~s/\-D[BL]_ENDIAN// if ($fips);
} }
print STDERR "No shared if $no_shared\n";
if (!$no_shared) if (!$no_shared)
{ {
$cast_obj=""; # CAST assembler is not PIC $cast_obj=""; # CAST assembler is not PIC