mirror of the now-defunct rocklinux.org
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--- ./arch/sparc64/Makefile.orig 2004-09-18 07:51:04.000000000 +0200
|
|
+++ ./arch/sparc64/Makefile 2004-09-18 07:51:32.000000000 +0200
|
|
@@ -12,7 +12,7 @@
|
|
|
|
AFLAGS_vmlinux.lds.o += -Usparc
|
|
|
|
-CC := $(shell if $(CC) -m64 -S -o /dev/null -xc /dev/null >/dev/null 2>&1; then echo $(CC); else echo sparc64-linux-gcc; fi )
|
|
+CC := $(KCC)
|
|
|
|
NEW_GCC := $(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) -V 2>&1 | grep 'elf64_sparc' > /dev/null; then echo y; else echo n; fi)
|