# HG changeset patch
# User Nathan Binkert <[EMAIL PROTECTED]>
# Date 1222446909 25200
# Node ID 996a1882ccc64c4928f81fb3e318c9811bc13240
# Parent  85776a2ac9fa86f739e93a514d9cf5c7a4de467c
gcc: Version 4.3 adds some warnings that we're turning off.
We just can't deal with right now.

diff --git a/SConstruct b/SConstruct
--- a/SConstruct
+++ b/SConstruct
@@ -351,6 +351,7 @@
     env.Append(CCFLAGS='-pipe')
     env.Append(CCFLAGS='-fno-strict-aliasing')
     env.Append(CCFLAGS=Split('-Wall -Wno-sign-compare -Werror -Wundef'))
+    env.Append(CXXFLAGS='-Wno-deprecated')
 elif env['ICC']:
     pass #Fix me... add warning flags once we clean up icc warnings
 elif env['SUNCC']:
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to