[patch] Cwd.xs optimizations/abstraction
[p5sagit/p5-mst-13.2.git] / ext / Storable / Makefile.PL
index 49270b3..c8151f3 100644 (file)
 use ExtUtils::MakeMaker;
 use Config;
 
-my @libs = ();
-$Config{gccversion} eq "" or @libs = ('LIBS' => ["-lgcc"]);
-
 WriteMakefile(
-    'NAME'             => 'Storable',
+    'NAME'                     => 'Storable',
     'DISTNAME'         => "Storable",
-    @libs,
-    'MAN3PODS'         => {},
+       'MAN3PODS'              => {},
     'VERSION_FROM'     => 'Storable.pm',
     'dist'                     => { SUFFIX => 'gz', COMPRESS => 'gzip -f' },
 );