openwrt/include
李国 6d5a6c5c9b verbose.mk: quote SUBMAKE options
build openwrt on centos 6 I should use devtoolset-3 to get gcc 4.9, but
it fail when make menuconfig. so I have to give option HOSTCC='gcc
-Wl,--copy-dt-needed-entries' to make. But it passed to sub make to
HOSTCC=gcc as micro SUBMAKE expand to HOSTCC=gcc
-Wl,--copy-dt-needed-entries. This patch fix this issue.

make -C build menuconfig HOSTCC='gcc -Wl,--copy-dt-needed-entries' V='1'
make: Entering directory `/work/openwrt/openwrt/build'
/opt/rh/devtoolset-3/root/usr/libexec/gcc/x86_64-redhat-linux/4.9.2/ld:
lxdialog/checklist.o: undefined reference to symbol 'acs_map'
//lib64/libtinfo.so.5: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [mconf] Error 1
make -s -C scripts/config all CC=gcc -Wl,--copy-dt-needed-entries: build
failed. Please re-run make with -j1 V=s to see what's going on
make: *** [scripts/config/mconf] Error 1
make: Leaving directory `/work/openwrt/openwrt/build'

Signed-off-by: 李国 <uxgood.org@gmail.com>
(backported from 671999157d)
2018-12-18 09:46:22 +01:00
..
site
autotools.mk
cmake.mk build: use CMAKE_SOURCE_SUBDIR variable to cmake.mk 2018-10-04 22:26:22 +02:00
debug.mk
depends.mk
device_table.txt
download.mk
feeds.mk include/feeds.mk: fix distfeeds.conf without per-feed repos 2018-07-31 14:06:07 +02:00
hardened-ld-pie.specs
hardening.mk build: ASLR hardening use $(FPIC) 2018-12-18 09:44:04 +01:00
host-build.mk build: pass HOSTCXX to host builds as CXX 2018-04-20 13:20:25 +02:00
image-commands.mk build: use busybox gzip compatible force option 2018-06-18 21:31:30 +02:00
image-legacy.mk
image.mk build: ensure that iwinfo is selected when building for multiple devices 2018-07-03 11:20:39 +02:00
kernel-build.mk include/kernel-build.mk: fix kernel rebuild on backport patch changes 2018-07-14 13:10:08 +02:00
kernel-defaults.mk
kernel-version.mk kernel: bump 4.14 to 4.14.88 2018-12-14 13:04:54 +01:00
kernel.mk include/kernel.mk: build kmod packages with empty FILES 2018-04-12 05:47:10 +02:00
netfilter.mk netfilter: add bpf match support 2018-12-18 09:44:01 +01:00
nls.mk
package-bin.mk
package-defaults.mk include/package-defaults.mk: fix default Build/Prepare with empty ./src 2018-03-07 09:59:08 +01:00
package-dumpinfo.mk
package-ipkg.mk build: fix compile error when a package includes itself in PROVIDES 2018-07-20 15:37:17 +02:00
package-seccomp.mk
package.mk build: prevent spurious package rebuilds under CONFIG_AUTOREMOVE 2018-05-22 09:28:16 +02:00
prereq-build.mk include/prereq-build.mk: explicitly check for -f flag when using busybox time 2018-07-14 15:48:14 +02:00
prereq.mk include: extend SetupHostCommand macro to accept more arguments 2018-04-05 13:58:15 +02:00
quilt.mk
rootfs.mk imagebuilder: reuse rootfs preparation from rootfs.mk 2018-03-07 09:59:08 +01:00
scan.awk
scan.mk build: fix target metadata scan dependencies 2018-07-03 11:20:42 +02:00
scons.mk
shell.sh
subdir.mk build: add busybox support to time prereq-check 2018-06-18 21:31:49 +02:00
target.mk kernel: remove linux 4.4 support 2018-08-08 09:56:49 +02:00
toolchain-build.mk
toplevel.mk build: fix target metadata scan dependencies 2018-07-03 11:20:42 +02:00
u-boot.mk
uclibc++.mk
unpack.mk
verbose.mk verbose.mk: quote SUBMAKE options 2018-12-18 09:46:22 +01:00
version.mk base-files: add menuconfig option for HOME_URL 2018-12-18 09:44:01 +01:00