This commit is contained in:
Anthony Green
2009-12-26 10:05:18 -05:00
parent 7086846465
commit 01c78756af
136 changed files with 18774 additions and 8709 deletions

View File

@@ -1,4 +1,4 @@
# Copyright (C) 2003, 2005, 2008 Free Software Foundation, Inc.
# Copyright (C) 2003, 2005, 2008, 2009 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -197,6 +197,10 @@ proc libffi_target_compile { source dest type options } {
lappend options "libs= -shared-libgcc"
}
if { [string match "*-*-openbsd*" $target_triplet] } {
lappend options "libs= -lpthread"
}
lappend options "libs= -lffi"
verbose "options: $options"