summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>1999-08-31 11:50:47 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>1999-08-31 11:50:47 +0000
commit3e1b84c4c95c2490dec8860c5e7547a49e221bd1 (patch)
treed2eb0da7c33746fca9762c7475eff6fd2d53d155 /gnu
parent686843a151b2845b66a1d94a769a07792e813d9d (diff)
Don't need -fno-strict-aliasing, our gcc has strict aliasing turned off by default.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/perl/hints/openbsd.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/perl/hints/openbsd.sh b/gnu/usr.bin/perl/hints/openbsd.sh
index 095e3bc4049..6b3d31e87bb 100644
--- a/gnu/usr.bin/perl/hints/openbsd.sh
+++ b/gnu/usr.bin/perl/hints/openbsd.sh
@@ -52,9 +52,6 @@ d_suidsafe=$define
# Allow a command-line override, such as -Doptimize=-g
test "$optimize" || optimize='-O2'
-# However, -O2 implies -fstrict-aliasing and perl is not (currently) alias safe
-ccflags="$ccflags -fno-strict-aliasing"
-
# This script UU/usethreads.cbu will get 'called-back' by Configure
# after it has prompted the user for whether to use threads.
cat > UU/usethreads.cbu <<'EOCBU'