diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-07-04 15:31:28 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-07-04 15:31:28 +0000 |
commit | 4d11060007f9622cb82a5aa7cce32f6d16257725 (patch) | |
tree | f2ba13baee5f98fc38dc03f547423a58fd8fc0dc /gnu/usr.bin/perl/ext/POSIX/hints | |
parent | 01b0050483992cef9885e072e5285a13414c45f2 (diff) |
egcs has been fixed.
No longer need those.
Diffstat (limited to 'gnu/usr.bin/perl/ext/POSIX/hints')
-rw-r--r-- | gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl b/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl index 3e12119b872..b0303ba7f31 100644 --- a/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl +++ b/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl @@ -2,4 +2,3 @@ # XXX A Configure test is needed. $self->{CCFLAGS} = $Config{ccflags} . ' -DSTRUCT_TM_HASZONE' ; -$self->{OPTIMIZE} = '-O1'; |