Skip to content
This repository has been archived by the owner on May 4, 2018. It is now read-only.

Commit

Permalink
build: don't set CC and AR
Browse files Browse the repository at this point in the history
Allows user to override compiler and archiver through the CC and AR environment
variables. Note that this already worked as expected with `make CC=clang`.
  • Loading branch information
bnoordhuis committed Oct 11, 2011
1 parent 47d22ac commit 6936d60
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config-unix.mk
Expand Up @@ -18,8 +18,6 @@
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.

CC = $(PREFIX)gcc
AR = $(PREFIX)ar
E=
CSTDFLAG=--std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter
CFLAGS += -g
Expand Down

0 comments on commit 6936d60

Please sign in to comment.