----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: http://reviews.gem5.org/r/1970/ -----------------------------------------------------------
Review request for Default. Repository: gem5 Description ------- Changeset 9839:4f59390d8dfc --------------------------- scons: Enable build on OSX This patch changes the SConscript to build gem5 with libc++ on OSX as the conventional libstdc++ does not have the C++11 constructs that the current code base makes use of (e.g. std::forward). Since this was the last use of the transitional TR1, the unordered map and set header can now be simplified as well. Diffs ----- SConstruct 43d22d746e7a src/base/hashmap.hh 43d22d746e7a Diff: http://reviews.gem5.org/r/1970/diff/ Testing ------- Compiled on OSX 10.8.4 using clang Thanks, Andreas Hansson _______________________________________________ gem5-dev mailing list [email protected] http://m5sim.org/mailman/listinfo/gem5-dev
