summaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-05 23:35:55 +0000
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>2012-10-05 23:35:55 +0000
commit81ae3d37d60549631e256682e39751be1b0b7464 (patch)
tree240ae56afd2e9fe2d09086d087498ae315bf31a4 /libgcc/config.host
parent6ffb3ddf1cfffe734820b2adca9950d98cf419df (diff)
downloadgcc-81ae3d37d60549631e256682e39751be1b0b7464.tar.gz
* config.host (*-*-openbsd*): Add t-eh-dw2-dip to tmake_file.
* unwind-dw2-fde-dip.c: Don't include <elf.h> on OpenBSD. (USE_PT_GNU_EH_FRAME): Define for OpenBSD. (ElfW): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@192148 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index 368902467fb..763f6c3a252 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -213,7 +213,7 @@ case ${host} in
esac
;;
*-*-openbsd*)
- tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic"
+ tmake_file="$tmake_file t-crtstuff-pic t-libgcc-pic t-eh-dw2-dip"
case ${target_thread_file} in
posix)
tmake_file="$tmake_file t-openbsd-thread"