summaryrefslogtreecommitdiff
path: root/solaris/Makedefs.gcc
diff options
context:
space:
mode:
authorJames Carlson <carlsonj@workingcode.com>2003-03-31 12:07:28 +0000
committerJames Carlson <carlsonj@workingcode.com>2003-03-31 12:07:28 +0000
commitb347aa1c9a90ebc790baab556275436960ac8754 (patch)
tree5bcc451cc983a89882dbd5b20ad89a7caa954c00 /solaris/Makedefs.gcc
parentd524a1339c6016f60dcebdddc7536f510a558ada (diff)
downloadppp-b347aa1c9a90ebc790baab556275436960ac8754.tar.gz
Made path to 'ld' explicit when building kernel modules. This avoids
trouble with systems that have GNU ld installed and on the path before the normal /usr/ccs/bin/ld that comes with the system.
Diffstat (limited to 'solaris/Makedefs.gcc')
-rw-r--r--solaris/Makedefs.gcc2
1 files changed, 2 insertions, 0 deletions
diff --git a/solaris/Makedefs.gcc b/solaris/Makedefs.gcc
index e24152f..06b75db 100644
--- a/solaris/Makedefs.gcc
+++ b/solaris/Makedefs.gcc
@@ -10,3 +10,5 @@ ETCDIR = /etc/ppp
CC = gcc
COPTS = -O2
+
+LD = /usr/ccs/bin/ld