From 7128f1a0b0a278a838d80fa236a281946f18c1cb Mon Sep 17 00:00:00 2001 From: SASANO Takayoshi Date: Sun, 6 Sep 2020 13:09:31 +0900 Subject: [PATCH] use system default compiler --- YSFGateway/Makefile | 4 ++-- YSFParrot/Makefile | 4 ++-- YSFReflector/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/YSFGateway/Makefile b/YSFGateway/Makefile index 0e1262b..4830908 100644 --- a/YSFGateway/Makefile +++ b/YSFGateway/Makefile @@ -1,5 +1,5 @@ -CC = gcc -CXX = g++ +CC = cc +CXX = c++ # Use the following CFLAGS and LIBS if you don't want to use gpsd. CFLAGS = -g -O3 -Wall -std=c++0x -pthread diff --git a/YSFParrot/Makefile b/YSFParrot/Makefile index b23206c..c73eaf9 100644 --- a/YSFParrot/Makefile +++ b/YSFParrot/Makefile @@ -1,5 +1,5 @@ -CC = gcc -CXX = g++ +CC = cc +CXX = c++ CFLAGS = -g -O3 -Wall -std=c++0x -pthread LIBS = -lpthread LDFLAGS = -g diff --git a/YSFReflector/Makefile b/YSFReflector/Makefile index 58bfccf..e04bd4d 100644 --- a/YSFReflector/Makefile +++ b/YSFReflector/Makefile @@ -1,5 +1,5 @@ -CC = gcc -CXX = g++ +CC = cc +CXX = c++ CFLAGS = -g -O3 -Wall -std=c++0x -pthread LIBS = -lpthread LDFLAGS = -g