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.

11 lines
563 B

  1. --- ./arch/sparc64/Makefile.orig 2004-09-18 07:51:04.000000000 +0200
  2. +++ ./arch/sparc64/Makefile 2004-09-18 07:51:32.000000000 +0200
  3. @@ -12,7 +12,7 @@
  4. AFLAGS_vmlinux.lds.o += -Usparc
  5. -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 )
  6. +CC := $(KCC)
  7. 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; )
  8. NEW_GAS := $(shell if $(LD) -V 2>&1 | grep 'elf64_sparc' > /dev/null; then echo y; else echo n; fi)