]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/blob
65e085b7f278163075512a1212c128209b8f0406
[thirdparty/openembedded/openembedded-core-contrib.git] /
1 Upstream-Status: Inappropriate [Backport]
2 From 6b290e64ee2bbe7974ee43ce49297ee9496f18d6 Mon Sep 17 00:00:00 2001
3 From: kargl <kargl@138bc75d-0d04-0410-961f-82ee72b054a4>
4 Date: Fri, 8 Apr 2011 21:41:35 +0000
5 Subject: [PATCH 091/200] 2011-04-08 Steven G. Kargl <kargl@gcc.gnu.org>
6
7 PR target/47829
8 gcc/config.gcc: disable unwind table generation for crtbegin/crtend
9 on i386-*-freebsd.
10
11
12 git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/gcc-4_6-branch@172214 138bc75d-0d04-0410-961f-82ee72b054a4
13
14 index 58f6787..1f13564 100644
15 --- a/gcc/config.gcc
16 +++ b/gcc/config.gcc
17 @@ -1212,6 +1212,7 @@ x86_64-*-elf*)
18 ;;
19 i[34567]86-*-freebsd*)
20 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/freebsd.h"
21 + tmake_file="${tmake_file} i386/t-crtstuff"
22 ;;
23 x86_64-*-freebsd*)
24 tm_file="${tm_file} i386/unix.h i386/att.h dbxelf.h elfos.h ${fbsd_tm_file} i386/x86-64.h i386/freebsd.h i386/freebsd64.h"
25 --
26 1.7.0.4
27