[rtems-tools commit] rtemstoolkit/rld-cc.cpp: Accept -EL, -EB, and -Gn machine flags
Joel Sherrill
joel at rtems.org
Sun Oct 14 21:59:15 UTC 2018
Module: rtems-tools
Branch: master
Commit: 36fde5169aef5b0af37f951907705caee76626ee
Changeset: http://git.rtems.org/rtems-tools/commit/?id=36fde5169aef5b0af37f951907705caee76626ee
Author: Joel Sherrill <joel at rtems.org>
Date: Sun Oct 14 16:58:20 2018 -0500
rtemstoolkit/rld-cc.cpp: Accept -EL, -EB, and -Gn machine flags
closes #3401, #3402, $3424.
---
rtemstoolkit/rld-cc.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/rtemstoolkit/rld-cc.cpp b/rtemstoolkit/rld-cc.cpp
index 1662a96..bb03ff6 100644
--- a/rtemstoolkit/rld-cc.cpp
+++ b/rtemstoolkit/rld-cc.cpp
@@ -113,6 +113,8 @@ namespace rld
{ fg_machine, "-O", 1, false, 0 },
{ fg_machine, "-m", 1, false, 0 },
{ fg_machine, "-f", 1, false, 0 },
+ { fg_machine, "-G", 1, false, 0 },
+ { fg_machine, "-E", 1, false, 0 },
{ fg_specs, "-q", 1, false, 0 },
{ fg_specs, "-B", 2, true, 0 },
{ fg_specs, "--specs", 2, false, 0 }
More information about the vc
mailing list