Kaynağa Gözat

review comments

pull/62/head
Nico Bollen 4 yıl önce
ebeveyn
işleme
6de8712673
4 değiştirilmiş dosya ile 16 ekleme ve 16 silme
  1. +4
    -4
      devLib/Makefile
  2. +4
    -4
      gpio/Makefile
  3. +4
    -4
      wiringPi/Makefile
  4. +4
    -4
      wiringPiD/Makefile

+ 4
- 4
devLib/Makefile Dosyayı Görüntüle

@@ -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


+ 4
- 4
gpio/Makefile Dosyayı Görüntüle

@@ -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


+ 4
- 4
wiringPi/Makefile Dosyayı Görüntüle

@@ -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


+ 4
- 4
wiringPiD/Makefile Dosyayı Görüntüle

@@ -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


Yükleniyor…
İptal
Kaydet