diff --git a/Makefile b/Makefile index 70d8642d0..6508bd5ce 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,9 @@ ifeq ($(OS),Linux) endif ifneq (,$(findstring $(OS),Darwin FreeBSD)) NPROCS := $(shell sysctl -n hw.ncpu) + LEGACY_BUILD := 1 + export CC=gcc + export CXX=g++ endif export MAKEOPT := -j${NPROCS}