projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95af120
)
Libelf: Append options to CCFLAGS for warning free libelf compile instead of deleting...
author
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 29 Oct 2008 01:13:21 +0000
(21:13 -0400)
committer
Ali Saidi
<saidi@eecs.umich.edu>
Wed, 29 Oct 2008 01:13:21 +0000
(21:13 -0400)
ext/libelf/SConscript
patch
|
blob
|
history
diff --git
a/ext/libelf/SConscript
b/ext/libelf/SConscript
index ab85308de787195e1d9d85aa849ab2bb4da9b04e..d266d20a9f96d26b2f5420206f43d6411cca9a41 100644
(file)
--- a/
ext/libelf/SConscript
+++ b/
ext/libelf/SConscript
@@
-88,7
+88,7
@@
ElfFile('libelf_fsize.c')
ElfFile('libelf_msize.c')
m4env = env.Copy()
-del m4env['CCFLAGS']
+m4env.Append(CCFLAGS=['-Wno-pointer-sign', '-Wno-implicit'])
del m4env['CPPPATH']
# If we have gm4 use it