Signed-off-by: Mike Frysinger <[email protected]>
---
ld-elf2flt.sh.in | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/ld-elf2flt.sh.in b/ld-elf2flt.sh.in
index fc5064c..8d12a45 100644
--- a/ld-elf2flt.sh.in
+++ b/ld-elf2flt.sh.in
@@ -53,7 +53,8 @@ then
-move-rodata)
MOVDAT="y";; # Put rodata in ROM if
possible
- -s) ;; # Ignore -s (strip)
+ -s|-S|--strip-all|--strip-debug)
+ ;; # Ignore strip flags
-shared-lib-id)
shift; SHARED_ID="$1";; # Shared library ID
@@ -81,7 +82,8 @@ then
ARG1="$ARG1 $1"
;;
- -v) ARG1="$ARG1 $1"
+ -v|--verbose)
+ ARG1="$ARG1 $1"
VERBOSE="y"
;;
--
1.6.3.3
_______________________________________________
uClinux-dev mailing list
[email protected]
http://mailman.uclinux.org/mailman/listinfo/uclinux-dev
This message was resent by [email protected]
To unsubscribe see:
http://mailman.uclinux.org/mailman/options/uclinux-dev