From 5cd72fe59d2227a76053c6e4f80ca59dce966a20 Mon Sep 17 00:00:00 2001 From: meissner Date: Wed, 23 Jul 2008 19:03:40 +0000 Subject: Fix PR 36907, breakage in building libobj with function specific changes git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@138091 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/opth-gen.awk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/opth-gen.awk') diff --git a/gcc/opth-gen.awk b/gcc/opth-gen.awk index 7c1d92ac4fa..a67e5b77a8b 100644 --- a/gcc/opth-gen.awk +++ b/gcc/opth-gen.awk @@ -95,7 +95,7 @@ print "" # Also, order the structure so that pointer fields occur first, then int # fields, and then char fields to provide the best packing. -print "#if !defined(GCC_DRIVER) && !defined(IN_LIBGCC2)" +print "#if !defined(GCC_DRIVER) && !defined(IN_LIBGCC2) && !defined(IN_TARGET_LIBS)" print "" print "/* Structure to save/restore optimization and target specific options. */"; print "struct cl_optimization GTY(())"; -- cgit v1.2.1