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 | |
parent | 01b0050483992cef9885e072e5285a13414c45f2 (diff) |
egcs has been fixed.
No longer need those.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl | 1 | ||||
-rw-r--r-- | gnu/usr.bin/perl/ext/SDBM_File/hints/openbsd.pl | 1 | ||||
-rw-r--r-- | gnu/usr.bin/perl/ext/SDBM_File/sdbm/hints/openbsd.pl | 1 |
3 files changed, 0 insertions, 3 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'; diff --git a/gnu/usr.bin/perl/ext/SDBM_File/hints/openbsd.pl b/gnu/usr.bin/perl/ext/SDBM_File/hints/openbsd.pl deleted file mode 100644 index 0475a995b6f..00000000000 --- a/gnu/usr.bin/perl/ext/SDBM_File/hints/openbsd.pl +++ /dev/null @@ -1 +0,0 @@ -$self->{OPTIMIZE} = '-O1'; diff --git a/gnu/usr.bin/perl/ext/SDBM_File/sdbm/hints/openbsd.pl b/gnu/usr.bin/perl/ext/SDBM_File/sdbm/hints/openbsd.pl deleted file mode 100644 index 0475a995b6f..00000000000 --- a/gnu/usr.bin/perl/ext/SDBM_File/sdbm/hints/openbsd.pl +++ /dev/null @@ -1 +0,0 @@ -$self->{OPTIMIZE} = '-O1'; |