diff options
author | Alexey Neyman <stilor@att.net> | 2017-07-06 00:25:30 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-07-08 10:57:56 -0700 |
commit | 4000e1def3d48571e52200cd0c0e0010b9ca139f (patch) | |
tree | 6346e754ca0dbc1ea566ff9af11cf4e6f55aa298 /config/kernel | |
parent | ae71ce41063334796b20eb8b834225b2521fedc3 (diff) | |
download | crosstool-ng-4000e1def3d48571e52200cd0c0e0010b9ca139f.tar.gz crosstool-ng-4000e1def3d48571e52200cd0c0e0010b9ca139f.tar.bz2 crosstool-ng-4000e1def3d48571e52200cd0c0e0010b9ca139f.zip |
Also upgrade non-generated config files
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/kernel')
-rw-r--r-- | config/kernel/linux.in | 2 | ||||
-rw-r--r-- | config/kernel/windows.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/kernel/linux.in b/config/kernel/linux.in index 52bc9d74..b8d433ac 100644 --- a/config/kernel/linux.in +++ b/config/kernel/linux.in @@ -1,6 +1,6 @@ # Linux kernel options -## depends on ! ARCH_avr +## depends on ! ARCH_AVR ## select KERNEL_SUPPORTS_SHARED_LIBS ## help Build a toolchain targeting systems running Linux as a kernel. diff --git a/config/kernel/windows.in b/config/kernel/windows.in index 797c0237..e6497875 100644 --- a/config/kernel/windows.in +++ b/config/kernel/windows.in @@ -1,6 +1,6 @@ # windows config options -## depends on ARCH_x86 +## depends on ARCH_X86 ## depends on EXPERIMENTAL ## ## select WINDOWS |