Fixup for bug 1153154 for bustage on a CLOSED TREE. r=me

There was no need for a stdc++compat check on host static libraries anyways.
This commit is contained in:
Mike Hommey 2015-04-16 15:29:07 +09:00
parent 165625d4bc
commit 6b5cb3d245

View File

@ -804,9 +804,6 @@ endif
endif
endif
endif
ifndef CROSS_COMPILE
$(call CHECK_STDCXX,$@)
endif
# On Darwin (Mac OS X), dwarf2 debugging uses debug info left in .o files,
# so instead of deleting .o files after repacking them into a dylib, we make