summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2012-09-17 10:13:55 +1000
committerChris Johns <chrisj@rtems.org>2012-09-17 10:13:55 +1000
commit52e87a2ca7915918231aac27a6c4d5ed49aeee17 (patch)
treee33816eb44ea3a42de62d2314284891328a78250 /wscript
parent670c5a84c1456197b52e34e3508d707cf51b195a (diff)
Rename rld-gcc. Add -C option.
Add a -C (also --cc) option to allow the CC to be used when linking to be provided by the user rather than using the path. This support allows user who work with the full path to tools rather than the environment to make use of the linker without them needing to play with environment table. Rename rld-gcc.[h.cpp] to rld-cc.[h,cpp] because gcc may not be the only compiler/linker used by the RTEMS project.
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index 74a13c2..7c60ff1 100644
--- a/wscript
+++ b/wscript
@@ -85,7 +85,7 @@ def build(bld):
'pkgconfig.cpp',
'rld-elf.cpp',
'rld-files.cpp',
- 'rld-gcc.cpp',
+ 'rld-cc.cpp',
'rld-outputter.cpp',
'rld-process.cpp',
'rld-resolver.cpp',