Re: [PATCH 1/1] nds32: Fix gcc 8.0 compiler option incompatible.

2018-10-19 Thread Greentime Hu
Nickhu 於 2018年10月18日 週四 下午4:38寫道: > > When the kernel configs of ftrace and frame pointer options are > choosed, the compiler option of kernel will incompatible. > Error message: > nds32le-linux-gcc: error: -pg and -fomit-frame-pointer are > incompatible > >

Re: [PATCH 1/1] nds32: Fix gcc 8.0 compiler option incompatible.

2018-10-19 Thread Greentime Hu
Nickhu 於 2018年10月18日 週四 下午4:38寫道: > > When the kernel configs of ftrace and frame pointer options are > choosed, the compiler option of kernel will incompatible. > Error message: > nds32le-linux-gcc: error: -pg and -fomit-frame-pointer are > incompatible > >

[PATCH 1/1] nds32: Fix gcc 8.0 compiler option incompatible.

2018-10-18 Thread Nickhu
When the kernel configs of ftrace and frame pointer options are choosed, the compiler option of kernel will incompatible. Error message: nds32le-linux-gcc: error: -pg and -fomit-frame-pointer are incompatible Signed-off-by: Nickhu Signed-off-by: Zong Li ---

[PATCH 1/1] nds32: Fix gcc 8.0 compiler option incompatible.

2018-10-18 Thread Nickhu
When the kernel configs of ftrace and frame pointer options are choosed, the compiler option of kernel will incompatible. Error message: nds32le-linux-gcc: error: -pg and -fomit-frame-pointer are incompatible Signed-off-by: Nickhu Signed-off-by: Zong Li ---