Co-Authored-By: ChristopheJacquet <ChristopheJacquet@users.noreply.github.com>
This commit is contained in:
Marcin Kondej 2019-09-23 14:14:35 +02:00 committed by GitHub
parent d0de6f5b9a
commit 5ef1dbe32e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ UNAME := $(shell uname -m)
# Determine Raspberry Pi version (if 2 or greater)
RPI_VERSION := $(shell cat /proc/device-tree/model | grep -a -o "Raspberry\sPi\s[0-9]" | grep -o "[0-9]")
# Determine the hardware platform and set propper compilation flags
# Determine the hardware platform and set proper compilation flags
ifeq ($(UNAME), armv6l)
ARCH_CFLAGS = -march=armv6 -O3 -mtune=arm1176jzf-s -mfloat-abi=hard -mfpu=vfp -ffast-math
TARGET = 1