ext: change McPAT to not force compile in 32-bit mode.
This commit is contained in:
@@ -22,8 +22,8 @@ endif
|
||||
|
||||
#CXXFLAGS = -Wall -Wno-unknown-pragmas -Winline $(DBG) $(OPT)
|
||||
CXXFLAGS = -Wno-unknown-pragmas $(DBG) $(OPT)
|
||||
CXX = g++ -m32
|
||||
CC = gcc -m32
|
||||
CXX = g++
|
||||
CC = gcc
|
||||
|
||||
VPATH = cacti
|
||||
|
||||
|
||||
Reference in New Issue
Block a user