projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4eea8ac
)
ply: put the absolute path to ply in the environment, not a relative one
author
Nathan Binkert
<nate@binkert.org>
Tue, 17 Mar 2009 19:45:41 +0000
(12:45 -0700)
committer
Nathan Binkert
<nate@binkert.org>
Tue, 17 Mar 2009 19:45:41 +0000
(12:45 -0700)
SConstruct
patch
|
blob
|
history
diff --git
a/SConstruct
b/SConstruct
index 533da927c3ba215d51466ee9e90a5c125559be0f..db6c7f9e53037ab267f05c29a6477eecc90abff4 100644
(file)
--- a/
SConstruct
+++ b/
SConstruct
@@
-374,7
+374,7
@@
Export('base_dir')
Export('extras_dir_list')
# M5_PLY is used by isa_parser.py to find the PLY package.
-env.Append(ENV = { 'M5_PLY' :
str(Dir('ext/ply'))
})
+env.Append(ENV = { 'M5_PLY' :
Dir('ext/ply').abspath
})
CXX_version = read_command([env['CXX'],'--version'], exception=False)
CXX_V = read_command([env['CXX'],'-V'], exception=False)