[PATCH] autoconf changes
Ben Gras
beng at shrike-systems.com
Sat Mar 14 21:31:06 UTC 2015
Ok reverted. Sorry for the noise everyone.
On Sat, Mar 14, 2015 at 10:05 PM, Joel Sherrill
<joel.sherrill at oarcorp.com> wrote:
>
>
> On 3/14/2015 3:44 PM, Ben Gras wrote:
>> I accidentally also merged this commti when I meant to just merge the
>> beagle one.e
>>
>> Should I revert it or is this ok to leave in?
> Revert. I did a bootstrap and see two files that are different.
>
> # modified: c/src/lib/libbsp/bfin/acinclude.m4
> # modified: c/src/lib/libbsp/powerpc/acinclude.m4
>
> No big deal. But it would be nice to know what host did it this time.
> Chris has been fighting the sort order for a while. :(
>
> --joel
>>
>> On Sat, Mar 14, 2015 at 8:08 PM, Gedare Bloom <gedare at gwu.edu> wrote:
>>> Me too. I'm not sure why..
>>>
>>> On Sat, Mar 14, 2015 at 1:44 PM, Ben Gras <beng at shrike-systems.com> wrote:
>>>> Everytime I ./bootstrap && ./bootstrap -p, I get these changes
>>>> w.r.t. mainline. Just tried again with a new tools build. (With the
>>>> prefix/bin dir first in $PATH of course.)
>>>>
>>>> Or is it just me?
>>>>
>>>> ---
>>>> c/src/lib/libbsp/bfin/acinclude.m4 | 4 ++--
>>>> c/src/lib/libbsp/powerpc/acinclude.m4 | 4 ++--
>>>> 2 files changed, 4 insertions(+), 4 deletions(-)
>>>>
>>>> diff --git a/c/src/lib/libbsp/bfin/acinclude.m4 b/c/src/lib/libbsp/bfin/acinclude.m4
>>>> index ab6082e..828fd89 100644
>>>> --- a/c/src/lib/libbsp/bfin/acinclude.m4
>>>> +++ b/c/src/lib/libbsp/bfin/acinclude.m4
>>>> @@ -2,12 +2,12 @@
>>>> AC_DEFUN([RTEMS_CHECK_BSPDIR],
>>>> [
>>>> case "$1" in
>>>> - TLL6527M )
>>>> - AC_CONFIG_SUBDIRS([TLL6527M]);;
>>>> bf537Stamp )
>>>> AC_CONFIG_SUBDIRS([bf537Stamp]);;
>>>> eZKit533 )
>>>> AC_CONFIG_SUBDIRS([eZKit533]);;
>>>> + TLL6527M )
>>>> + AC_CONFIG_SUBDIRS([TLL6527M]);;
>>>> *)
>>>> AC_MSG_ERROR([Invalid BSP]);;
>>>> esac
>>>> diff --git a/c/src/lib/libbsp/powerpc/acinclude.m4 b/c/src/lib/libbsp/powerpc/acinclude.m4
>>>> index 6442399..e46fa2b 100644
>>>> --- a/c/src/lib/libbsp/powerpc/acinclude.m4
>>>> +++ b/c/src/lib/libbsp/powerpc/acinclude.m4
>>>> @@ -38,12 +38,12 @@ AC_DEFUN([RTEMS_CHECK_BSPDIR],
>>>> AC_CONFIG_SUBDIRS([t32mppc]);;
>>>> tqm8xx )
>>>> AC_CONFIG_SUBDIRS([tqm8xx]);;
>>>> - virtex )
>>>> - AC_CONFIG_SUBDIRS([virtex]);;
>>>> virtex4 )
>>>> AC_CONFIG_SUBDIRS([virtex4]);;
>>>> virtex5 )
>>>> AC_CONFIG_SUBDIRS([virtex5]);;
>>>> + virtex )
>>>> + AC_CONFIG_SUBDIRS([virtex]);;
>>>> *)
>>>> AC_MSG_ERROR([Invalid BSP]);;
>>>> esac
>>>> --
>>>> 1.9.1
>>>>
>>>> _______________________________________________
>>>> devel mailing list
>>>> devel at rtems.org
>>>> http://lists.rtems.org/mailman/listinfo/devel
>> _______________________________________________
>> devel mailing list
>> devel at rtems.org
>> http://lists.rtems.org/mailman/listinfo/devel
>
> --
> Joel Sherrill, Ph.D. Director of Research & Development
> joel.sherrill at OARcorp.com On-Line Applications Research
> Ask me about RTEMS: a free RTOS Huntsville AL 35805
> Support Available (256) 722-9985
>
More information about the devel
mailing list