Remove ARCH and detect architecture from compiler

Issue#17

Change-Id: I86331d399157015dd746dad5c9d66716629613cd
This commit is contained in:
drprajap
2018-06-21 15:23:56 -07:00
committed by Prajapati, Dimpalben R
parent e6c8949164
commit 72c92c0dfa
2 changed files with 4 additions and 6 deletions

View File

@ -40,7 +40,6 @@ endif()
# Ensure definitions for some variables that should be set by the overall build system.
bs_set_if_undefined(PLATFORM "linux")
bs_set_if_undefined(ARCH "64")
bs_set_if_undefined(GFXGEN "9")
bs_set_if_undefined(CXXFLAGS "-D_GLIBCXX_USE_CXX11_ABI=0")