Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • J jg-open
  • Project information
    • Project information
    • Activity
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
    • Locked Files
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • linux-arm
  • jg-open
  • Repository
Switch branch/tag
  • jg-open
  • arch
  • csky
  • Kconfig
Find file BlameHistoryPermalink
  • Guenter Roeck's avatar
    csky: Select ARCH_WANT_FRAME_POINTERS only if compiler supports it · aeba0b84
    Guenter Roeck authored Sep 16, 2021
    
    
    Compiling csky:allmodconfig with an upstream C compiler results
    in the following error.
    
    csky-linux-gcc: error:
    	unrecognized command-line option '-mbacktrace';
    	did you mean '-fbacktrace'?
    
    Select ARCH_WANT_FRAME_POINTERS only if gcc supports it to
    avoid the error.
    
    Signed-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
    Signed-off-by: default avatarGuo Ren <guoren@kernel.org>
    aeba0b84