Bug 434989 - patch for FreeBSD 8-current (and after 7.0). r/sr=benjamin, patch by okazaki@kick.gr.jp

This commit is contained in:
Makoto Kato 2008-12-13 10:18:09 +09:00
parent 50e114a822
commit 1bfe451582

View File

@ -100,6 +100,12 @@ ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDx86_64)
CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp
endif
#
# FreeBSD/amd64
#
ifeq ($(OS_ARCH)$(OS_TEST),FreeBSDx86_64)
CPPSRCS := xptcinvoke_amd64_linux.cpp xptcstubs_amd64_linux.cpp
endif
#
# BeOS/Intel (uses the same unixish_x86 code)
#
ifeq ($(OS_ARCH)$(OS_TEST),BeOSBePC)