summaryrefslogtreecommitdiffstats
path: root/linkers/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
commit746192499f21a467b00d3c9c10ffd818d59e44e1 (patch)
treeeb89ddd51f34c2a3a824be1f6f0f403e0dadf68b /linkers/wscript
parentUpdate the help to something useful. (diff)
downloadrtems-tools-746192499f21a467b00d3c9c10ffd818d59e44e1.tar.bz2
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 'linkers/wscript')
-rw-r--r--linkers/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/linkers/wscript b/linkers/wscript
index 74a13c2..7c60ff1 100644
--- a/linkers/wscript
+++ b/linkers/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',