Skip to content

Commit

Permalink
Merge pull request #11 from t6/patch-freebsd-9
Browse files Browse the repository at this point in the history
Remove explicitly set CC and LD on FreeBSD
  • Loading branch information
sharow committed Mar 6, 2016
2 parents f55d33a + edfd960 commit 5c00122
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,6 @@ endif

# FreeBSD has its own uname -m style
ifeq ($(SYSTEM),FreeBSD)
CC=cc
LD=ld
DESTDIR?=/usr/local
ifeq ($(ARCH),amd64)
ARCH=x86_64
Expand Down

0 comments on commit 5c00122

Please sign in to comment.