Files
openwrt_yocto/meta-openembedded/meta-networking/recipes-daemons/vblade/files/cross.patch
T
francis.wang 4c86c082a2 Initial commit: OpenWrt-Yocto monorepo
Combine poky (Yocto scarthgap), meta-openembedded (scarthgap), and
meta-openwrt into a single repository.

Components:
- poky/             Yocto core framework (BitBake + OE-Core)
- meta-openembedded/ Community layers (meta-oe, meta-python, meta-networking)
- meta-openwrt/     OpenWrt customization layer
- setup-env.sh      One-click build environment setup
- README.md         Project documentation
2026-07-11 13:28:01 +08:00

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