diff options
author | Francois Pons <fpons@mandriva.com> | 2000-08-28 08:58:51 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-08-28 08:58:51 +0000 |
commit | de81b8ffe85f63f185f5f2ce747eb00429147d75 (patch) | |
tree | 7b57495234f7ee88198bbe262215cb846a826ddf /Makefile.PL | |
parent | 6e0d2fff13c6ae9b97ca9e32c28c09bd2e2e8f67 (diff) | |
download | rpmtools-de81b8ffe85f63f185f5f2ce747eb00429147d75.tar rpmtools-de81b8ffe85f63f185f5f2ce747eb00429147d75.tar.gz rpmtools-de81b8ffe85f63f185f5f2ce747eb00429147d75.tar.bz2 rpmtools-de81b8ffe85f63f185f5f2ce747eb00429147d75.tar.xz rpmtools-de81b8ffe85f63f185f5f2ce747eb00429147d75.zip |
*** empty log message ***
Diffstat (limited to 'Makefile.PL')
-rw-r--r-- | Makefile.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL index 9e62f5e..0848489 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -6,7 +6,7 @@ my $libs = ' -lrpm -ldb1 -lz'; WriteMakefile( 'NAME' => 'rpmtools', - 'OPTIMIZE' => '-O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -mpentium -mcpu=pentium -march=pentium -ffast-math -fexpensive-optimizations', + 'OPTIMIZE' => '-O3 -fomit-frame-pointer -fno-exceptions -fno-rtti -pipe -s -ffast-math -fexpensive-optimizations', 'MAKEFILE' => 'Makefile_core', 'OBJECT' => 'rpmtools.o', 'VERSION_FROM' => 'rpmtools.pm', |