search for: config_found

Displaying 5 results from an estimated 5 matches for "config_found".

2011 May 25
1
[GIT PULL] elflink ldlinux
...(forceprompt) diff --git a/com32/elflink/ldlinux/readconfig.c b/com32/elflink/ldlinux/readconfig.c index 441651e..8ded92a 100644 --- a/com32/elflink/ldlinux/readconfig.c +++ b/com32/elflink/ldlinux/readconfig.c @@ -1154,7 +1154,7 @@ static int parse_one_config(const char *filename) if (f) goto config_found; - f = fopen("isolinux.cfg", "r"); + f = fopen("isolinux/isolinux.cfg", "r"); if (f) goto config_found; diff --git a/com32/lib/syslinux/setadv.c b/com32/elflink/ldlinux/setadv.c similarity index 100% rename from com32/lib/syslinux/setadv.c rename to...
2013 Sep 27
1
[LLVMdev] [Polly] Update lit config for Cloog
...", which means the final lit.site.cfg will looks like:     config.cloog_found = yes However, the lit.local.cfg in Cloog directory is:     cloog = config.root.cloog_found     if cloog not in ['TRUE', 'true'] :         config.unsupported = True which means it will compare the config_found with 'TRUE'/'true', not 'yes'. So, it still does not work. That's why I propose to modify the lit.local.cfg to compare cloog_found with 'yes' rather than 'TRUE' or 'true'. Did I miss something? Star Tan -------------- next part --------------...
2011 Mar 09
14
[PATCH 00/12] elflink shrinkage
From: Matt Fleming <matt.fleming at linux.intel.com> This is a series of patches that, * shrink the core by moving things into an ldlinux ELF module * begin wiring up some of the C versions of various functions The core now only contains essential code and loads the ldlinux module to do everything else, like providing a command line interface and loading kernels. The config file parsing
2013 Sep 26
0
[LLVMdev] [Polly] Update lit config for Cloog
Hi, Star Tan wrote: > At 2013-09-03 00:12:56,"Tobias Grosser" <tobias at grosser.es> wrote: > > >On 09/02/2013 07:44 AM, Star Tan wrote: > >> At 2013-09-02 16:22:28,"Tobias Grosser" <tobias at grosser.es> wrote: > >> > >>> On 09/01/2013 08:02 PM, Star Tan wrote: > >>>> Hi all, > >>>> >
2013 Sep 02
2
[LLVMdev] [Polly] Update lit config for Cloog
At 2013-09-03 00:12:56,"Tobias Grosser" <tobias at grosser.es> wrote: >On 09/02/2013 07:44 AM, Star Tan wrote: >> At 2013-09-02 16:22:28,"Tobias Grosser" <tobias at grosser.es> wrote: >> >>> On 09/01/2013 08:02 PM, Star Tan wrote: >>>> Hi all, >>>> >>>> >>>> Attached patch file to update lit