Commit 6d6fbec5 by Xianmiao Qu Committed by Xianmiao Qu

csky-linux-elf.h (CC1_SPEC): Support -profile.

2018-11-11  Xianmiao Qu  <xianmiao_qu@c-sky.com>

	* config/csky/csky-linux-elf.h (CC1_SPEC): Support -profile.

From-SVN: r266013
parent 917ecacc
2018-11-11 Xianmiao Qu <xianmiao_qu@c-sky.com> 2018-11-11 Xianmiao Qu <xianmiao_qu@c-sky.com>
* config/csky/csky-linux-elf.h (CC1_SPEC): Support -profile.
2018-11-11 Xianmiao Qu <xianmiao_qu@c-sky.com>
* config/csky/csky.h (ASM_PREFERRED_EH_DATA_FORMAT): Define. * config/csky/csky.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.
2018-11-11 Richard Biener <rguenther@suse.de> 2018-11-11 Richard Biener <rguenther@suse.de>
...@@ -35,6 +35,7 @@ ...@@ -35,6 +35,7 @@
#define CC1_SPEC \ #define CC1_SPEC \
"%{EB:-EB} \ "%{EB:-EB} \
%{EL:-EL} \ %{EL:-EL} \
%{profile:-p} \
" "
#undef ASM_SPEC #undef ASM_SPEC
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment