openbsd-ports/lang/gcc/4.7/patches/patch-gcc_c-family_c_opt
pascal f2b393605c Import gcc 4.7.
ok espie@
2012-04-23 15:56:40 +00:00

15 lines
584 B
Plaintext

$OpenBSD: patch-gcc_c-family_c_opt,v 1.1.1.1 2012/04/23 15:56:42 pascal Exp $
--- gcc/c-family/c.opt.orig Mon Feb 6 11:31:18 2012
+++ gcc/c-family/c.opt Mon Apr 2 16:38:17 2012
@@ -1049,6 +1049,10 @@ fthreadsafe-statics
C++ ObjC++ Optimization Var(flag_threadsafe_statics) Init(1)
-fno-threadsafe-statics Do not generate thread-safe code for initializing local statics
+ftrampolines
+Common Var(flag_trampolines)
+Allows trampolines
+
funsigned-bitfields
C ObjC C++ ObjC++ Var(flag_signed_bitfields, 0)
When \"signed\" or \"unsigned\" is not given make the bitfield unsigned