summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-25 11:50:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-08-25 11:50:12 +0000
commitf661404d2a652346df3cd745c0cef04c70d5c7d5 (patch)
treefd98f9013297697abd7f23bda6284f9a10fa65b4
parentdfedb08915b999cdcfec182173f93bcd5b869459 (diff)
strength reduction is safe once again
-rw-r--r--gnu/usr.bin/gcc/config/i386/openbsd.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/gnu/usr.bin/gcc/config/i386/openbsd.h b/gnu/usr.bin/gcc/config/i386/openbsd.h
index 7c8f51256a4..4f01b04e094 100644
--- a/gnu/usr.bin/gcc/config/i386/openbsd.h
+++ b/gnu/usr.bin/gcc/config/i386/openbsd.h
@@ -31,16 +31,13 @@
#undef WCHAR_TYPE_SIZE
#define WCHAR_TYPE_SIZE 32
-/* $OpenBSD: openbsd.h,v 1.3 1996/05/04 08:20:39 deraadt Exp $ */
+/* $OpenBSD: openbsd.h,v 1.4 1996/08/25 11:50:11 deraadt Exp $ */
/* There are conflicting reports about whether this system uses
a different assembler syntax. wilson@cygnus.com says # is right. */
#undef COMMENT_BEGIN
#define COMMENT_BEGIN "#"
-#undef CC1_SPEC
-#define CC1_SPEC "-fno-strength-reduce"
-
#undef ASM_APP_ON
#define ASM_APP_ON "#APP\n"