diff options
author | Yasuko Eckert <yasuko.eckert@amd.com> | 2014-06-03 13:32:53 -0700 |
---|---|---|
committer | Yasuko Eckert <yasuko.eckert@amd.com> | 2014-06-03 13:32:53 -0700 |
commit | 1104199115a6ff5ed04f92ba6391f18728765014 (patch) | |
tree | f28a137a44b8b998278e01f7fbf7e10309a11bfe /ext/mcpat/mcpat.mk | |
parent | 8499cb2b6571979fc94b6a52d642c4e0fb40bc58 (diff) | |
download | gem5-1104199115a6ff5ed04f92ba6391f18728765014.tar.xz |
ext: change McPAT to not force compile in 32-bit mode.
Diffstat (limited to 'ext/mcpat/mcpat.mk')
-rw-r--r-- | ext/mcpat/mcpat.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mcpat/mcpat.mk b/ext/mcpat/mcpat.mk index 1e27dcde0..f89f499a9 100644 --- a/ext/mcpat/mcpat.mk +++ b/ext/mcpat/mcpat.mk @@ -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 |