We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a9e3116 + dbd3024 commit f2ba667Copy full SHA for f2ba667
modules/musl-cross
@@ -34,8 +34,8 @@ else
34
# Force a full build of the cross compiler for target platform
35
# No need to build i386 for x86 since coreboot uses its own compiler
36
musl-cross_configure := \
37
- /bin/echo -e >> Makefile 'musl-target:' ; \
38
- /bin/echo -e >> Makefile '\t$$$$(MAKE) TARGET="$(MUSL_ARCH)-linux-musl" install' ;
+ echo -e >> Makefile 'musl-target:' ; \
+ echo -e >> Makefile '\t$$$$(MAKE) TARGET="$(MUSL_ARCH)-linux-musl" install' ;
39
40
CROSS_PATH ?= $(pwd)/crossgcc/$(CONFIG_TARGET_ARCH)
41
0 commit comments