summaryrefslogtreecommitdiff
path: root/solaris/Makefile.sol2gcc
Commit message (Collapse)AuthorAgeFilesLines
* Cut down on spam from Solaris ppp kernel bits: unknown DLPI primitivesJames Carlson2004-11-151-1/+3
| | | | | (as encountered on Solaris 10) aren't errors, and need to flush out any queued up (undecoded) data on the read side after pushing ppp_ahdlc.
* Tested with MS-CHAP and CBCP options on Solaris and added optionsJames Carlson2004-04-141-1/+3
| | | | | | | | | to makefile. Repaired support for use of gcc on Solaris x86 -- 32 bit modules also need -fno-builtin. MPPE changes broke plain MS-CHAP; repaired errors and cleaned up compilation warnings due to char/unsigned char differences with non-gcc compilers.
* Made path to 'ld' explicit when building kernel modules. This avoidsJames Carlson2003-03-311-4/+4
| | | | | trouble with systems that have GNU ld installed and on the path before the normal /usr/ccs/bin/ld that comes with the system.
* Added ability to detect and use either gcc or Sun WorkShop C compilerJames Carlson2002-09-071-0/+64
on Solaris. Added support for Solaris 10. Quieted down warning in ppp_comp.c due to bad preprocessor usage. Quieted WorkShop warnings in options.c (casting of void * to function) and pppd.h (constant too large). Tested in 32 and 64 bit modes with gcc and WorkShop.