From 03455cbd00e308a60021b57487087af32d8b6c4b Mon Sep 17 00:00:00 2001 From: David McCullough Date: Tue, 7 Jul 2009 05:39:06 +0000 Subject: [PATCH] handle more strip/verbose options. Signed-off-by: Mike Frysinger --- ld-elf2flt.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ld-elf2flt.in b/ld-elf2flt.in index 91e1ccb..5671da0 100644 --- a/ld-elf2flt.in +++ b/ld-elf2flt.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" ;; -- 2.11.0