From 816c302082d790645823c0a19a56d5caafd16004 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Tue, 25 Aug 2015 21:16:27 -0300 Subject: fix to support DERIVATIVE_PLATFORMS and MULTILIB_ARCHES --- config_platforms | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config_platforms') diff --git a/config_platforms b/config_platforms index 4c8762f..4ef4353 100644 --- a/config_platforms +++ b/config_platforms @@ -1,4 +1,6 @@ #!/hint/bash # Parabola Platforms -PLATFORMS=('abslibre_gnu+linux' 'abslibre_gnu+linux_arm') # 'gnu+hurd' 'gnu+linux' 'abslibre_gnu+hurd' +MAIN_PLATFORMS=('gnu+linux') # 'gnu+hurd' +DERIVATIVE_PLATFORMS=('abslibre_gnu+linux' 'abslibre_gnu+linux_arm') # 'abslibre_gnu+hurd' +PLATFORMS=("${MAIN_PLATFORMS[@]}" "${DERIVATIVE_PLATFORMS[@]}") -- cgit v1.2.3-2-g168b