diff options
author | Taylor Holberton <tay10r@protonmail.com> | 2019-05-11 08:20:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-11 08:20:54 -0400 |
commit | 809054250a32b6b1f0c416bf820ef807b98b740f (patch) | |
tree | dc127544b371532c67e7f215c10b997c24ab4c17 /src/Makefile | |
parent | 1d2302a566935bf213f4f110a7f98c8f8a655d07 (diff) | |
parent | 242841cd14737fba9be817484a8ba13c00b16727 (diff) |
Merge pull request #132 from lucastanure/master
makefile: Don't overwrite CROSS_COMPILE variable
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index fde31e4..aa00484 100644 --- a/src/Makefile +++ b/src/Makefile @@ -6,7 +6,6 @@ ifdef DEB_HOST_MULTIARCH LIBDIR := $(LIBDIR)/$(DEB_HOST_MULTIARCH) endif -CROSS_COMPILE = CC = $(CROSS_COMPILE)gcc AR = $(CROSS_COMPILE)ar LD = $(CROSS_COMPILE)gcc |