Bug 361413 - Build succeeds even when arch-specific xptcall is not implemented, r=timeless

This commit is contained in:
benjamin%smedbergs.us 2006-12-14 19:13:43 +00:00
parent c8d95ae087
commit c0f4680321

View File

@ -51,7 +51,7 @@ REQUIRES = string
# #
# The default is this buildable, but non-functioning code. # The default is this buildable, but non-functioning code.
# #
CPPSRCS := xptcinvoke_unsupported.cpp xptcstubs_unsupported.cpp CPPSRCS = $(error XPTCall not implemented on this platform!)
# Force use of PIC # Force use of PIC
FORCE_USE_PIC = 1 FORCE_USE_PIC = 1