- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
17 lines
438 B
Diff
17 lines
438 B
Diff
Remove CC and CFLAGS values, we set these ourselves
|
|
|
|
Upstream-Status: Inappropriate [config]
|
|
|
|
diff -urN vblade-19.old//makefile vblade-19//makefile
|
|
--- vblade-19.old//makefile 2008-10-08 22:07:40.000000000 +0100
|
|
+++ vblade-19//makefile 2008-11-18 19:07:51.700365029 +0000
|
|
@@ -9,8 +9,6 @@
|
|
mandir = ${sharedir}/man
|
|
|
|
O=aoe.o bpf.o ${PLATFORM}.o ata.o dat.o
|
|
-CFLAGS += -Wall -g -O2 -fno-common
|
|
-CC = gcc
|
|
|
|
vblade: $O
|
|
${CC} -o vblade $O
|