From: David McCullough Date: Tue, 7 Jul 2009 05:39:06 +0000 (+0000) Subject: handle more strip/verbose options. X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=03455cbd00e308a60021b57487087af32d8b6c4b;p=elf2flt.git handle more strip/verbose options. Signed-off-by: Mike Frysinger --- 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" ;;