mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
complibs/cloog: auto-reconf for 0.15.10 and later
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> (transplanted from 47199f966983bab6a68b2b5da2e1542adbd9388a)
This commit is contained in:
parent
f8a9bc6760
commit
5eac4bcc60
@ -10,10 +10,12 @@ config CLOOG_V_0_15_11
|
||||
bool
|
||||
prompt "0.15.11 (EXPERIMENTAL)"
|
||||
depends on EXPERIMENTAL
|
||||
select CLOOG_0_15_1x
|
||||
|
||||
config CLOOG_V_0_15_10
|
||||
bool
|
||||
prompt "0.15.10"
|
||||
select CLOOG_0_15_1x
|
||||
|
||||
config CLOOG_V_0_15_9
|
||||
bool
|
||||
@ -46,3 +48,10 @@ config CLOOG_VERSION
|
||||
default "0.15.5" if CLOOG_V_0_15_5
|
||||
default "0.15.4" if CLOOG_V_0_15_4
|
||||
default "0.15.3" if CLOOG_V_0_15_3
|
||||
|
||||
config CLOOG_0_15_1x
|
||||
bool
|
||||
select CLOOG_NEEDS_AUTORECONF
|
||||
|
||||
config CLOOG_NEEDS_AUTORECONF
|
||||
bool
|
||||
|
@ -26,7 +26,7 @@ do_cloog_extract() {
|
||||
CT_Extract "cloog-ppl-${CT_CLOOG_VERSION}"
|
||||
CT_Patch "cloog-ppl" "${CT_CLOOG_VERSION}"
|
||||
|
||||
if [ "${CT_CLOOG_VERSION}" = "0.15.10" ]; then
|
||||
if [ "${CT_CLOOG_NEEDS_AUTORECONF}" = "y" ]; then
|
||||
CT_Pushd "${CT_SRC_DIR}/cloog-ppl-${CT_CLOOG_VERSION}"
|
||||
CT_DoExecLog CFG ./autogen.sh
|
||||
CT_Popd
|
||||
|
Loading…
Reference in New Issue
Block a user