$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
