]> arthur.barton.de Git - netatalk.git/commitdiff
Hardcode LD=ld to make it link in Solaris 8 with Sun's C Compiler. If this breaks...
authormorgana <morgana>
Mon, 8 Apr 2002 20:47:25 +0000 (20:47 +0000)
committermorgana <morgana>
Mon, 8 Apr 2002 20:47:25 +0000 (20:47 +0000)
sys/solaris/Makefile.kernel.in

index 060bcf7936803addd42fefc652197a7d1daf1ed3..034a59f35f35359e3066b9ee3a732096c68f43bb 100644 (file)
@@ -1,7 +1,7 @@
 # Solaris specific defines, passed to subdirectories.
 # To use Sun CC, uncomment the CC and KFLAGS variables.
 #
-# $Id: Makefile.kernel.in,v 1.2 2002-04-06 12:38:45 srittau Exp $
+# $Id: Makefile.kernel.in,v 1.3 2002-04-08 20:47:25 morgana Exp $
 
 
 # uncomment for 64-bit sparc kernel
@@ -14,7 +14,7 @@ USE_CRYPTLIB=no
 INSTALL = @INSTALL@
 
 CC             = @CC@
-LD             = ${CC}
+LD             = ld
 
 # use gcc
 KCFLAGS                = -D_KERNEL -Wall -Wstrict-prototypes ${KGCCFLAGS} # -mcpu=ultrasparc