summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2018-02-24 08:35:54 -0500
committerShea Levy <shea@shealevy.com>2018-02-24 08:35:54 -0500
commita5381e8aaa67647a4ba0fb41b951125ae309b078 (patch)
tree110c482ef77ddf2634a40af9d7f003a1c4ccff4d /Makefile
parent643126a53c3213ad8ae5c787836c1ec074d14eba (diff)
downloadsgdisk-a5381e8aaa67647a4ba0fb41b951125ae309b078.tar.gz
Makefile: Don't hard-code CC and CXX.
These variables should be provided by the Make implementation and the build environment. In particular, this fixes cross-compilation of gptfdisk.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index a3576b3..d76fab4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,3 @@
-CC=gcc
-CXX=g++
CFLAGS+=-D_FILE_OFFSET_BITS=64
#CXXFLAGS+=-Wall -D_FILE_OFFSET_BITS=64 -D USE_UTF16
CXXFLAGS+=-Wall -D_FILE_OFFSET_BITS=64