summaryrefslogtreecommitdiff
path: root/solaris/Makedefs.gcc
Commit message (Collapse)AuthorAgeFilesLines
* Support --prefix and --sysconfdir on Solaris tooPaul Mackerras2004-10-311-3/+3
|
* Made path to 'ld' explicit when building kernel modules. This avoidsJames Carlson2003-03-311-0/+2
| | | | | 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/+12
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.