add -g* to fix arises problem of debug section 37/210937/1 accepted/tizen_5.5_base accepted/tizen_5.5_base_mobile_hotfix accepted/tizen_5.5_base_wearable_hotfix accepted/tizen_6.0_base accepted/tizen_6.0_base_tool accepted/tizen_6.0_base_tool_hotfix accepted/tizen_6.5_base accepted/tizen_6.5_base_tool backup/libtool-2.4.2-20211224 tizen_5.5_base tizen_5.5_base_mobile_hotfix tizen_5.5_base_wearable_hotfix tizen_5.5_tv tizen_6.0_base tizen_6.0_base_hotfix tizen_6.5_base accepted/tizen/5.5/base/20191030.082349 accepted/tizen/5.5/base/mobile/hotfix/20201023.084550 accepted/tizen/5.5/base/wearable/hotfix/20201023.080930 accepted/tizen/6.0/base/20201029.110915 accepted/tizen/6.0/base/20230713.142915 accepted/tizen/6.0/base/tool/20201029.112157 accepted/tizen/6.0/base/tool/hotfix/20201030.125009 accepted/tizen/6.0/base/tool/hotfix/20201102.090305 accepted/tizen/6.5/base/20230714.002540 accepted/tizen/6.5/base/tool/20211027.120812 accepted/tizen/base/20190805.091659 submit/tizen_5.5_base/20191030.000001 submit/tizen_5.5_base_mobile_hotfix/20201023.171501 submit/tizen_5.5_base_wearable_hotfix/20201023.155601 submit/tizen_6.0_base/20201029.184801 submit/tizen_6.0_base_hotfix/20201030.192501 submit/tizen_6.0_base_hotfix/20201102.162701 submit/tizen_6.5_base/20211026.180901 submit/tizen_6.5_base/20211027.183101 submit/tizen_6.5_base/20211027.200801 submit/tizen_base/20190727.131605 tizen_5.5.m2_release tizen_6.0.m2_release tizen_6.5.m2_release
authorjinxiao <jin.xiao@samsung.com>
Fri, 26 Jul 2019 05:37:03 +0000 (13:37 +0800)
committerjinxiao <jin.xiao@samsung.com>
Fri, 26 Jul 2019 05:37:03 +0000 (13:37 +0800)
Change-Id: If85b81571d245e3e1dd34e4382756be1f42a57e6

libltdl/config/ltmain.sh

index 0fe7413..86399fa 100644 (file)
@@ -5858,7 +5858,7 @@ func_mode_link ()
       # -O*, -flto*, -fwhopr*, -fuse-linker-plugin GCC link-time optimization
       -64|-mips[0-9]|-r[0-9][0-9]*|-xarch=*|-xtarget=*|+DA*|+DD*|-q*|-m*| \
       -t[45]*|-txscale*|-p|-pg|--coverage|-fprofile-*|-F*|@*|-tp=*|--sysroot=*| \
-      -O*|-flto*|-fwhopr*|-fuse-linker-plugin)
+      -O*|-flto*|-fwhopr*|-fuse-linker-plugin|-g*)
         func_quote_for_eval "$arg"
        arg="$func_quote_for_eval_result"
         func_append compile_command " $arg"