Displaying 4 results from an estimated 4 matches for "9ca74b1".
2015 Sep 10
3
[PATCH] Dont bypass compiler driver for Dependency generation options
...This also helps in other compilers processing these options correctly
for their preprocessors consumption
Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
mk/syslinux.mk | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mk/syslinux.mk b/mk/syslinux.mk
index 337560b..9ca74b1 100644
--- a/mk/syslinux.mk
+++ b/mk/syslinux.mk
@@ -82,11 +82,11 @@ ARCH ?= $(strip $(SUBARCH))
GCCWARN = -W -Wall -Wstrict-prototypes $(DEBUGOPT)
# Common stanza to make gcc generate .*.d dependency files
-MAKEDEPS = -Wp,-MT,$@,-MD,$(dir $@).$(notdir $@).d
+MAKEDEPS = -MT $@ -MD
# Depende...
2015 Sep 14
2
[PATCH] Dont bypass compiler driver for Dependency generation options
...for their preprocessors consumption
>>
>> Signed-off-by: Khem Raj <raj.khem at gmail.com>
>> ---
>> mk/syslinux.mk | 4 ++--
>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>
>> diff --git a/mk/syslinux.mk b/mk/syslinux.mk
>> index 337560b..9ca74b1 100644
>> --- a/mk/syslinux.mk
>> +++ b/mk/syslinux.mk
>> @@ -82,11 +82,11 @@ ARCH ?= $(strip $(SUBARCH))
>> GCCWARN = -W -Wall -Wstrict-prototypes $(DEBUGOPT)
>>
>> # Common stanza to make gcc generate .*.d dependency files
>> -MAKEDEPS = -Wp,-MT,$@,-MD,...
2015 Sep 13
0
[PATCH] Dont bypass compiler driver for Dependency generation options
...ng these options correctly
> for their preprocessors consumption
>
> Signed-off-by: Khem Raj <raj.khem at gmail.com>
> ---
> mk/syslinux.mk | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/mk/syslinux.mk b/mk/syslinux.mk
> index 337560b..9ca74b1 100644
> --- a/mk/syslinux.mk
> +++ b/mk/syslinux.mk
> @@ -82,11 +82,11 @@ ARCH ?= $(strip $(SUBARCH))
> GCCWARN = -W -Wall -Wstrict-prototypes $(DEBUGOPT)
>
> # Common stanza to make gcc generate .*.d dependency files
> -MAKEDEPS = -Wp,-MT,$@,-MD,$(dir $@).$(notdir $@).d
&g...
2015 Dec 10
0
[PATCH] Dont bypass compiler driver for Dependency generation options
...ption
>>>
>>> Signed-off-by: Khem Raj <raj.khem at gmail.com>
>>> ---
>>> mk/syslinux.mk | 4 ++--
>>> 1 file changed, 2 insertions(+), 2 deletions(-)
>>>
>>> diff --git a/mk/syslinux.mk b/mk/syslinux.mk
>>> index 337560b..9ca74b1 100644
>>> --- a/mk/syslinux.mk
>>> +++ b/mk/syslinux.mk
>>> @@ -82,11 +82,11 @@ ARCH ?= $(strip $(SUBARCH))
>>> GCCWARN = -W -Wall -Wstrict-prototypes $(DEBUGOPT)
>>>
>>> # Common stanza to make gcc generate .*.d dependency files
>>>...