Relax compiler specification on Darwin 9 and 10
authorSimon Wilkinson <sxw@inf.ed.ac.uk>
Sat, 26 Sep 2009 19:54:06 +0000 (20:54 +0100)
committerDerrick Brashear <shadow|account-1000005@unknown>
Mon, 28 Sep 2009 08:13:15 +0000 (01:13 -0700)
commite14e5aa0cfba456eee9252c47294d863e935f67b
tree7b0f086f9f088c6d013ec218fb5418629e7c4c9f
parent291d31e55f64992d8d529522f3479e5ffe5fd607
Relax compiler specification on Darwin 9 and 10

Commit 1992b702f64f561c75cc74d4645bb0e1afeec6bd made it possible to
relax the compiler choice on a per architecture basis. That commit
allowed the user to specify their compiler of choice on all Linux
systems, but hardcoded 'cc' everywhere else.

This patch permits Darwin 9 and 10 users to also override the default
compiler for user space builds.

Reviewed-on: http://gerrit.openafs.org/501
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/cf/osconf.m4