cliqz: Restored the USE_PKGSRC_GCC_RUNTIME variable and added a comment on USE_GCC_RUNTIME (leot@'s suggestion).

This commit is contained in:
Santhosh Raju 2019-02-25 20:37:41 +05:30
parent 0031a3907e
commit ec8c18ba16
1 changed files with 3 additions and 1 deletions

View File

@ -12,9 +12,11 @@ UNLIMIT_RESOURCES+= datasize
# for lang/gcc6
GCC_REQD+= 6
# XXX: USE_PKGSRC_GCC_RUNTIME should not be used there and USE_GCC_RUNTIME
# should be used instead to pick up gcc*-libs package if needed
.if !empty(MACHINE_PLATFORM:MNetBSD-[0-7].*-*) || \
!empty(MACHINE_PLATFORM:MNetBSD-8.[0-8].*-*)
USE_GCC_RUNTIME= yes
USE_PKGSRC_GCC_RUNTIME= yes
.endif
# For rustc/cargo detection