diff options
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/gmp/gmp/gmp_bugfix.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/gmp/gmp/gmp_bugfix.patch b/meta/recipes-support/gmp/gmp/gmp_bugfix.patch index a96136fcc..329c8804a 100644 --- a/meta/recipes-support/gmp/gmp/gmp_bugfix.patch +++ b/meta/recipes-support/gmp/gmp/gmp_bugfix.patch @@ -1,4 +1,4 @@ -UpstreamStatus: Pending +Upstream-Status: Pending When LONG_MIN is passed to val, -val is undefined. This patch fixes it. See for details: http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50066 |