patch-2.3.34 linux/arch/sparc64/Makefile
Next file: linux/arch/sparc64/kernel/Makefile
Previous file: linux/arch/sparc/prom/Makefile
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Mon Dec 20 14:43:40 1999
- Orig file:
v2.3.33/linux/arch/sparc64/Makefile
- Orig date:
Tue Aug 31 17:29:13 1999
diff -u --recursive --new-file v2.3.33/linux/arch/sparc64/Makefile linux/arch/sparc64/Makefile
@@ -12,16 +12,10 @@
# line...
SHELL =/bin/bash
-CC := sparc64-linux-gcc -D__KERNEL__ -I$(TOPDIR)/include
+CC := sparc64-linux-gcc
-CC_HAS_ARGS := $(shell if echo "$(CC)" | grep '\(__KERNEL__\| \)' > /dev/null; then echo y; else echo n; fi)
IS_EGCS := $(shell if $(CC) -m64 -mcmodel=medlow -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo y; else echo n; fi; )
NEW_GAS := $(shell if $(LD) --version 2>&1 | grep 'elf64_sparc' > /dev/null; then echo y; else echo n; fi)
-
-ifneq ($(CC_HAS_ARGS),y)
-MAKEOVERRIDES := $(shell echo "$(MAKEOVERRIDES)" | sed 's CC=$(CC) CC=$(CC)\\\ -D__KERNEL__\\\ -I$(TOPDIR)/include ')
-override CC := $(CC) -D__KERNEL__ -I$(TOPDIR)/include
-endif
ifneq ($(NEW_GAS),y)
AS = sparc64-linux-as
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)