tools/llvm-shlib/Makefile: Support for FreeBSD and OpenBSD.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 28 Oct 2010 06:45:57 +0000 (06:45 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 28 Oct 2010 06:45:57 +0000 (06:45 +0000)
commit1c48377421e2c266244fbc6275e897dc66e22bda
tree219d7bd69c567718311b10cc419fcfc990685973
parent219ddf5626c526da298f255edb166f2ba5b75b1f
tools/llvm-shlib/Makefile: Support for FreeBSD and OpenBSD.

Thanks to Yuri Gribov and Vladimir Kirillov!
*BSD(s) have environ(7) in CRT startup and cannot resolve "environ" at linking llvm.so.
environ(7) is used inlib/System/Unix/Program.inc.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117528 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-shlib/Makefile