gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.6-23-g


From: Bernd Zeimetz
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.6-23-ga3f6c60
Date: Sun, 27 May 2012 12:18:18 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The branch, master has been updated
       via  a3f6c603400bb07f2da80aab6850e8a4788287a4 (commit)
      from  2ab2e3ef94cb729d1fe1c7b2ed83a7219cb54d8d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit a3f6c603400bb07f2da80aab6850e8a4788287a4
Author: Bernd Zeimetz <address@hidden>
Date:   Sun May 27 14:14:59 2012 +0200

    Do not assume little_endian just because __BIG_ENDIAN__ is not defined.
    
    __BIG_ENDIAN__ and __LITTLE_ENDIAN__ are gcc internal defines.
    Unfortunately they are not available on all gcc versions and platforms.
    So try to use endian.h if neither __BIG_ENDIAN__ nor __LITTLE_ENDIAN__
    is defined - and throw an error if we can't retrieve the platform's
    endianess from there. endian.h is not available on all platforms,
    so we might want to stick with both methods.
    
    This fixes the rtcm2/naujoks regressions at least on s390.

-----------------------------------------------------------------------

Summary of changes:
 SConstruct |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]