summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>1999-05-26 17:11:36 +0000
committerMarc Espie <espie@cvs.openbsd.org>1999-05-26 17:11:36 +0000
commit096e467704227bc142d4382151d08dc761c53624 (patch)
treeed6e475b9669391596f98a0e7cc4e5c55441f444 /gnu
parentd7501b05e324d4100b07d354b1c54d0f339aea15 (diff)
egcs Internal compiler errors on m68k.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl3
-rw-r--r--gnu/usr.bin/perl/ext/SDBM_File/hints/openbsd.pl1
2 files changed, 3 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 62732ac7b9d..89309cee112 100644
--- a/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl
+++ b/gnu/usr.bin/perl/ext/POSIX/hints/openbsd.pl
@@ -1,3 +1,4 @@
# BSD platforms have extra fields in struct tm that need to be initialized.
# XXX A Configure test is needed.
-$self->{CCFLAGS} = $Config{ccflags} . ' -DSTRUCT_TM_HASZONE' ;
+
+$self->{CCFLAGS} = $Config{ccflags} . ' -O1 -DSTRUCT_TM_HASZONE' ;
diff --git a/gnu/usr.bin/perl/ext/SDBM_File/hints/openbsd.pl b/gnu/usr.bin/perl/ext/SDBM_File/hints/openbsd.pl
new file mode 100644
index 00000000000..c5d9d2c0703
--- /dev/null
+++ b/gnu/usr.bin/perl/ext/SDBM_File/hints/openbsd.pl
@@ -0,0 +1 @@
+$self->{CCFLAGS} = $Config{ccflags} . ' -O1' ;