search for: eae753ff

Displaying 5 results from an estimated 5 matches for "eae753ff".

2020 Jul 25
2
[PATCH] klcc: Remove the need for bash
...eded bash dependency. 0 https://www.unix.com/man-page/posix/1p/type/ 1 https://www.unix.com/man-page/posix/1p/command/ Signed-off-by: Olliver Schinagl <oliver at schinagl.nl> --- klcc/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klcc/Kbuild b/klcc/Kbuild index eae753ff..0e625802 100644 --- a/klcc/Kbuild +++ b/klcc/Kbuild @@ -35,7 +35,7 @@ targets := $(KLIBCCROSS)klcc quiet_cmd_klcc = GEN $@ cmd_klcc = $(PERL) $< $(srctree)/$(src)/klcc.in \ $(obj)/$(KLIBCCROSS)klibc.config \ - $(shell bash -c &...
2019 Feb 19
0
[klibc:master] klcc: Enable stripping even if CONFIG_DEBUG_INFO is enabled
...rdless of whether klibc is stripped. Use the standard $(STRIP) instead of $(KLIBCSTRIP) as the strip command. Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- klcc/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klcc/Kbuild b/klcc/Kbuild index e62c3f12..eae753ff 100644 --- a/klcc/Kbuild +++ b/klcc/Kbuild @@ -18,7 +18,7 @@ $(obj)/$(KLIBCCROSS)klibc.config: $(src)/Kbuild \ $(Q)echo 'REQFLAGS=$(filter-out -I%,$(KLIBCDEFS) $(KLIBCREQFLAGS) $(KLIBCARCHREQFLAGS) $(KLIBCCPPFLAGS))' >> $@ $(Q)echo 'OPTFLAGS=$(KLIBCOPTFLAGS)' >> $@...
2020 Jul 25
0
[klibc:master] klcc: Remove the need for bash
...1p/type/ 1 https://www.unix.com/man-page/posix/1p/command/ Signed-off-by: Olliver Schinagl <oliver at schinagl.nl> Signed-off-by: Ben Hutchings <ben at decadent.org.uk> --- klcc/Kbuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/klcc/Kbuild b/klcc/Kbuild index eae753ff..0e625802 100644 --- a/klcc/Kbuild +++ b/klcc/Kbuild @@ -35,7 +35,7 @@ targets := $(KLIBCCROSS)klcc quiet_cmd_klcc = GEN $@ cmd_klcc = $(PERL) $< $(srctree)/$(src)/klcc.in \ $(obj)/$(KLIBCCROSS)klibc.config \ - $(shell bash -c &...
2020 Jul 25
0
[PATCH] klcc: Remove the need for bash
...> 1 https://www.unix.com/man-page/posix/1p/command/ > > Signed-off-by: Olliver Schinagl <oliver at schinagl.nl> Applied, thanks. Ben. > --- > klcc/Kbuild | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/klcc/Kbuild b/klcc/Kbuild > index eae753ff..0e625802 100644 > --- a/klcc/Kbuild > +++ b/klcc/Kbuild > @@ -35,7 +35,7 @@ targets := $(KLIBCCROSS)klcc > quiet_cmd_klcc = GEN $@ > cmd_klcc = $(PERL) $< $(srctree)/$(src)/klcc.in \ > $(obj)/$(KLIBCCROSS)klibc.config \ > -...
2020 Sep 08
3
[PATCH] klcc: Remove the need for bash
...>> >> Signed-off-by: Olliver Schinagl <oliver at schinagl.nl> > > Applied, thanks. > > Ben. > >> --- >> klcc/Kbuild | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/klcc/Kbuild b/klcc/Kbuild >> index eae753ff..0e625802 100644 >> --- a/klcc/Kbuild >> +++ b/klcc/Kbuild >> @@ -35,7 +35,7 @@ targets := $(KLIBCCROSS)klcc >> quiet_cmd_klcc = GEN $@ >> cmd_klcc = $(PERL) $< $(srctree)/$(src)/klcc.in \ >> $(obj)/$(KLIBCCROSS)klibc.c...