• A
    Kconfig: remove the CONFIG_CC_ALIGN_* options · 8cab77a2
    Adrian Bunk 提交于
    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: NAdrian Bunk <bunk@stusta.de>
    Signed-off-by: NAndrew Morton <akpm@osdl.org>
    Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
    8cab77a2
Makefile 44.0 KB