From 6de871267376ef7105e2dc8b66090cf071192575 Mon Sep 17 00:00:00 2001 From: Nico Bollen Date: Sun, 26 Jan 2020 22:03:43 +0100 Subject: [PATCH] review comments --- devLib/Makefile | 8 ++++---- gpio/Makefile | 8 ++++---- wiringPi/Makefile | 8 ++++---- wiringPiD/Makefile | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/devLib/Makefile b/devLib/Makefile index 8a1e60c..c051144 100644 --- a/devLib/Makefile +++ b/devLib/Makefile @@ -40,11 +40,11 @@ DEBUG = -O2 GCC_ARCH := $(shell gcc -dumpmachine) ifeq ($(OS),Windows_NT) - CROSS_COMPILE ?= arm-linux-gnueabihf- + CROSS_COMPILE ?= arm-linux-gnueabihf- else - ifneq ($(GCC_ARCH),arm-linux-gnueabihf) - CROSS_COMPILE ?= arm-linux-gnueabihf- - endif + ifneq ($(GCC_ARCH),arm-linux-gnueabihf) + CROSS_COMPILE ?= arm-linux-gnueabihf- + endif endif CC = $(CROSS_COMPILE)gcc diff --git a/gpio/Makefile b/gpio/Makefile index af8eedc..f7b554c 100644 --- a/gpio/Makefile +++ b/gpio/Makefile @@ -36,11 +36,11 @@ DEBUG = -O2 GCC_ARCH := $(shell gcc -dumpmachine) ifeq ($(OS),Windows_NT) - CROSS_COMPILE ?= arm-linux-gnueabihf- + CROSS_COMPILE ?= arm-linux-gnueabihf- else - ifneq ($(GCC_ARCH),arm-linux-gnueabihf) - CROSS_COMPILE ?= arm-linux-gnueabihf- - endif + ifneq ($(GCC_ARCH),arm-linux-gnueabihf) + CROSS_COMPILE ?= arm-linux-gnueabihf- + endif endif CC = $(CROSS_COMPILE)gcc diff --git a/wiringPi/Makefile b/wiringPi/Makefile index eb770c8..cf125c7 100644 --- a/wiringPi/Makefile +++ b/wiringPi/Makefile @@ -40,11 +40,11 @@ DEBUG = -O2 GCC_ARCH := $(shell gcc -dumpmachine) ifeq ($(OS),Windows_NT) - CROSS_COMPILE ?= arm-linux-gnueabihf- + CROSS_COMPILE ?= arm-linux-gnueabihf- else - ifneq ($(GCC_ARCH),arm-linux-gnueabihf) - CROSS_COMPILE ?= arm-linux-gnueabihf- - endif + ifneq ($(GCC_ARCH),arm-linux-gnueabihf) + CROSS_COMPILE ?= arm-linux-gnueabihf- + endif endif CC = $(CROSS_COMPILE)gcc diff --git a/wiringPiD/Makefile b/wiringPiD/Makefile index e71c2e4..068446d 100644 --- a/wiringPiD/Makefile +++ b/wiringPiD/Makefile @@ -35,11 +35,11 @@ DEBUG = -O2 GCC_ARCH := $(shell gcc -dumpmachine) ifeq ($(OS),Windows_NT) - CROSS_COMPILE ?= arm-linux-gnueabihf- + CROSS_COMPILE ?= arm-linux-gnueabihf- else - ifneq ($(GCC_ARCH),arm-linux-gnueabihf) - CROSS_COMPILE ?= arm-linux-gnueabihf- - endif + ifneq ($(GCC_ARCH),arm-linux-gnueabihf) + CROSS_COMPILE ?= arm-linux-gnueabihf- + endif endif CC = $(CROSS_COMPILE)gcc