]> git.kernelconcepts.de Git - meta-kc-bsp.git/blob - recipes-support/overlayfs-tools/overlayfs-tools/0001-Drop-hard-coded-compiler-stuff.patch
layer.conf: Add support for hardknott
[meta-kc-bsp.git] / recipes-support / overlayfs-tools / overlayfs-tools / 0001-Drop-hard-coded-compiler-stuff.patch
1 From c37ad3c4e8b505effd860615785113abd75de659 Mon Sep 17 00:00:00 2001
2 From: Florian Boor <florian@kernelconcepts.de>
3 Date: Fri, 12 Oct 2018 17:38:19 +0200
4 Subject: [PATCH 1/2] Drop hard coded compiler stuff
5
6 ---
7  makefile | 4 ----
8  1 file changed, 4 deletions(-)
9
10 diff --git a/makefile b/makefile
11 index 8a77ecd..0af149a 100644
12 --- a/makefile
13 +++ b/makefile
14 @@ -1,7 +1,3 @@
15 -CFLAGS = -Wall -std=c99
16 -LFLAGS = -lm
17 -CC = gcc
18 -
19  all: overlay
20  
21  overlay: main.o logic.o sh.o
22 -- 
23 2.11.0
24