Skip to content

Commit

Permalink
add support for EM_CSKY
Browse files Browse the repository at this point in the history
(cherry picked from commit 122b92b558abfa7d6c7e6a285bf905ca4aef0cbc)
  • Loading branch information
Mao Han committed Dec 27, 2018
1 parent 73ca0e1 commit 44d9625
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/uclibc/uclibc.mk
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
################################################################################

ifeq ($(BR2_csky),y)
CKUPS_UCLIBC_VERSION = d78cff14594007cdabdea97cfcea51c9cc73cc86
CKTST_UCLIBC_VERSION = d78cff14594007cdabdea97cfcea51c9cc73cc86
CKUPS_UCLIBC_VERSION = bb379dc1fb1544998838e5a3451f1937ea66ab27
CKTST_UCLIBC_VERSION = bb379dc1fb1544998838e5a3451f1937ea66ab27
ifeq ($(BR2_CSKY_UPSTREAM),y)
UCLIBC_VERSION = $(CKUPS_UCLIBC_VERSION)
else
Expand Down

0 comments on commit 44d9625

Please sign in to comment.