mirror of
https://github.com/torvalds/linux.git
synced 2024-11-15 08:31:55 +00:00
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
This commit is contained in:
commit
b05948d9b7
@ -17,7 +17,6 @@ CC := $(shell if $(CC) -m64 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then
|
|||||||
NEW_GCC := $(call cc-option-yn, -m64 -mcmodel=medlow)
|
NEW_GCC := $(call cc-option-yn, -m64 -mcmodel=medlow)
|
||||||
NEW_GAS := $(shell if $(LD) -V 2>&1 | grep 'elf64_sparc' > /dev/null; then echo y; else echo n; fi)
|
NEW_GAS := $(shell if $(LD) -V 2>&1 | grep 'elf64_sparc' > /dev/null; then echo y; else echo n; fi)
|
||||||
UNDECLARED_REGS := $(shell if $(CC) -c -x assembler /dev/null -Wa,--help | grep undeclared-regs > /dev/null; then echo y; else echo n; fi; )
|
UNDECLARED_REGS := $(shell if $(CC) -c -x assembler /dev/null -Wa,--help | grep undeclared-regs > /dev/null; then echo y; else echo n; fi; )
|
||||||
INLINE_LIMIT := $(call cc-option-yn, -m64 -finline-limit=100000)
|
|
||||||
|
|
||||||
export NEW_GCC
|
export NEW_GCC
|
||||||
|
|
||||||
@ -49,10 +48,6 @@ else
|
|||||||
AFLAGS += -m64 -mcpu=ultrasparc $(CC_UNDECL)
|
AFLAGS += -m64 -mcpu=ultrasparc $(CC_UNDECL)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(INLINE_LIMIT),y)
|
|
||||||
CFLAGS := $(CFLAGS) -finline-limit=100000
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_MCOUNT),y)
|
ifeq ($(CONFIG_MCOUNT),y)
|
||||||
CFLAGS := $(CFLAGS) -pg
|
CFLAGS := $(CFLAGS) -pg
|
||||||
endif
|
endif
|
||||||
|
@ -260,7 +260,6 @@ config CC_OPTIMIZE_FOR_SIZE
|
|||||||
bool "Optimize for size (Look out for broken compilers!)"
|
bool "Optimize for size (Look out for broken compilers!)"
|
||||||
default y
|
default y
|
||||||
depends on ARM || H8300 || EXPERIMENTAL
|
depends on ARM || H8300 || EXPERIMENTAL
|
||||||
depends on !SPARC64
|
|
||||||
help
|
help
|
||||||
Enabling this option will pass "-Os" instead of "-O2" to gcc
|
Enabling this option will pass "-Os" instead of "-O2" to gcc
|
||||||
resulting in a smaller kernel.
|
resulting in a smaller kernel.
|
||||||
|
Loading…
Reference in New Issue
Block a user