This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 1 of 2] complibs/cloog: remove unsupported versions from config


# HG changeset patch
# User "BenoÃt ThÃbaudeau" <benoit.thebaudeau@advansee.com>
# Date 1327666380 -3600
# Node ID 1dcf0328f4802825f3e3df2692c3539bfe687964
# Parent  188d58cfe7cfc11317e2605bda33e83b1aa3dddd
complibs/cloog: remove unsupported versions from config

Signed-off-by: "BenoÃt ThÃbaudeau" <benoit.thebaudeau@advansee.com>

diff --git a/config/companion_libs/cloog.in b/config/companion_libs/cloog.in
--- a/config/companion_libs/cloog.in
+++ b/config/companion_libs/cloog.in
@@ -45,9 +45,6 @@
     default "0.15.8" if CLOOG_V_0_15_8
     default "0.15.7" if CLOOG_V_0_15_7
     default "0.15.6" if CLOOG_V_0_15_6
-    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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]