diff mbox

[10/13] fixincludes

Message ID 55354C3B.5070308@arm.com
State New
Headers show

Commit Message

Szabolcs Nagy April 20, 2015, 6:58 p.m. UTC
No fixincludes are needed for musl.

fixincludes/Changelog:

2015-04-16  Gregor Richards  <gregor.richards@uwaterloo.ca>

	* mkfixinc.sh: Add *-musl* with no fixes.

Comments

Jeff Law April 20, 2015, 8:38 p.m. UTC | #1
On 04/20/2015 12:58 PM, Szabolcs Nagy wrote:
> No fixincludes are needed for musl.
>
> fixincludes/Changelog:
>
> 2015-04-16  Gregor Richards  <gregor.richards@uwaterloo.ca>
>
> 	* mkfixinc.sh: Add *-musl* with no fixes.
OK.
jeff
Kyrylo Tkachov April 22, 2015, 2:34 p.m. UTC | #2
On 20/04/15 21:38, Jeff Law wrote:
> On 04/20/2015 12:58 PM, Szabolcs Nagy wrote:
>> No fixincludes are needed for musl.
>>
>> fixincludes/Changelog:
>>
>> 2015-04-16  Gregor Richards  <gregor.richards@uwaterloo.ca>
>>
>> 	* mkfixinc.sh: Add *-musl* with no fixes.
> OK.
> jeff
>

I've committed this on Szabolcs' behalf with r222327.

Kyrill
diff mbox

Patch

diff --git a/fixincludes/mkfixinc.sh b/fixincludes/mkfixinc.sh
index 6653fed..0d96c8c 100755
--- a/fixincludes/mkfixinc.sh
+++ b/fixincludes/mkfixinc.sh
@@ -19,7 +19,8 @@  case $machine in
     powerpc-*-eabi*    | \
     powerpc-*-rtems*   | \
     powerpcle-*-eabisim* | \
-    powerpcle-*-eabi* )
+    powerpcle-*-eabi* | \
+    *-musl* )
 	#  IF there is no include fixing,
 	#  THEN create a no-op fixer and exit
 	(echo "#! /bin/sh" ; echo "exit 0" ) > ${target}