]> Zhao Yanbai Git Server - minix.git/commit
Replace cc, c++ & cpp with symlinks
authorLionel Sambuc <lionel@minix3.org>
Tue, 28 Jan 2014 09:48:19 +0000 (10:48 +0100)
committerLionel Sambuc <lionel@minix3.org>
Mon, 28 Jul 2014 15:06:02 +0000 (17:06 +0200)
commit4359ff87e03138bdc9d5992ca0dfb58cc1ba2861
treefcb38fe10d980de16ad5d48d5f53d2714c88636d
parentb811a43401ade517f759e047661a85357655176e
Replace cc, c++ & cpp with symlinks

In case of installation of both clang and GCC, we want to be able to
switch which one is the default by adapting the cc, c++ & cpp symlinks.

The default behaviour implemented here is to prefer clang over gcc if
they are both installed.

Change-Id: Ic14720cd876d2bf934d345a955cb5789378209e6
distrib/sets/lists/minix/mi
external/bsd/llvm/bin/clang/Makefile
external/gpl3/gcc/usr.bin/cpp/Makefile
external/gpl3/gcc/usr.bin/g++/Makefile
external/gpl3/gcc/usr.bin/gcc/Makefile