diff options
| author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-30 18:34:30 +0100 | 
|---|---|---|
| committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2014-12-30 18:34:30 +0100 | 
| commit | 5e0ada6a23c683851b8e20ee7ade0cee7a9b4900 (patch) | |
| tree | 8ede6509687bfa1919b96b4b7ce5ee502c50d308 | |
| parent | 5f7dc9b62575cfab781abda80602515ce42b43e8 (diff) | |
reenable c6x for toolchain testing without NPTL
| -rw-r--r-- | extra/Configs/Config.in | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index fab0ddc7e..f9b3b0a68 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -62,8 +62,8 @@ config TARGET_bfin  # someone could sync this tree:  # http://linux-c6x.org/git/?p=uClibc.git;a=summary -#config TARGET_c6x -#	bool "c6x" +config TARGET_c6x +	bool "c6x"  config TARGET_cris  	bool "cris"  | 
