forked from coolsnowwolf/lede
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d28f568
commit 7548d17
Showing
81 changed files
with
1,682 additions
and
800 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,16 @@ | ||
config BINUTILS_VERSION_2_29_ARC | ||
default y if (!TOOLCHAINOPTS && arc) | ||
bool | ||
|
||
config BINUTILS_VERSION_2_29_1 | ||
bool | ||
|
||
config BINUTILS_VERSION_2_30 | ||
bool | ||
|
||
config BINUTILS_VERSION_2_31_1 | ||
default y if (!TOOLCHAINOPTS && !arc) | ||
bool | ||
|
||
config BINUTILS_VERSION_2_32 | ||
default y if (!TOOLCHAINOPTS && arc) | ||
bool | ||
|
||
config BINUTILS_VERSION | ||
string | ||
default "2.29.1" if BINUTILS_VERSION_2_29_1 | ||
default "2.30" if BINUTILS_VERSION_2_30 | ||
default "2.31.1" if BINUTILS_VERSION_2_31_1 | ||
default "arc-2017.09" if BINUTILS_VERSION_2_29_ARC | ||
default "2.32" if BINUTILS_VERSION_2_32 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.