Skip to content
  • Adrian Bunk's avatar
    Kconfig: remove the CONFIG_CC_ALIGN_* options · 8cab77a2
    Adrian Bunk authored
    
    
    I don't see any use case for the CONFIG_CC_ALIGN_* options:
    - they are only available if EMBEDDED
    - people using EMBEDDED will most likely also enable
      CC_OPTIMIZE_FOR_SIZE
    - the default for -Os is to disable alignment
    
    In case someone is doing performance comparisons and discovers that the
    default settings gcc chooses aren't good, the only sane thing is to discuss
    whether it makes sense to change this, not through offering options to change
    this locally.
    
    Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
    Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
    Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
    8cab77a2