diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-03-28 20:16:43 +0200 |
---|---|---|
committer | Peter Korsgaard <peter@korsgaard.com> | 2018-03-29 15:59:09 +0200 |
commit | 7776dd066713c2c23e4c847f53fc39682096a805 (patch) | |
tree | 79c53ba904c7778ae1a47ece1133eb8b481266c9 /package/mesa3d/0002-Fix-endianess-detection-with-musl-based-toolchains.patch | |
parent | 9ef8f6b061b552012b767b83c7b21e5e3fb9fff7 (diff) | |
download | buildroot-7776dd066713c2c23e4c847f53fc39682096a805.tar.gz buildroot-7776dd066713c2c23e4c847f53fc39682096a805.zip |
package/{mesa3d, mesa3d-headers}: bump version to 18.0.0
Rebased 0002-Fix-endianess-detection-with-musl-based-toolchains.patch
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Tested-by: Joseph Kogut <joseph.kogut@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/mesa3d/0002-Fix-endianess-detection-with-musl-based-toolchains.patch')
-rw-r--r-- | package/mesa3d/0002-Fix-endianess-detection-with-musl-based-toolchains.patch | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/package/mesa3d/0002-Fix-endianess-detection-with-musl-based-toolchains.patch b/package/mesa3d/0002-Fix-endianess-detection-with-musl-based-toolchains.patch index 4846b34c9d..9ab0bca93a 100644 --- a/package/mesa3d/0002-Fix-endianess-detection-with-musl-based-toolchains.patch +++ b/package/mesa3d/0002-Fix-endianess-detection-with-musl-based-toolchains.patch @@ -16,6 +16,7 @@ http://autobuild.buildroot.net/results/e27/e27a9a95f72dba3076549beb2a2ccfdbea2fc Patch sent upstream: https://patchwork.freedesktop.org/patch/119961/ +[Bernd: rebase on mesa 18.0.0] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Romain: rebase on mesa 17.3.1] Signed-off-by: Romain Naour <romain.naour@gmail.com> @@ -41,14 +42,16 @@ diff --git a/src/amd/Makefile.addrlib.am b/src/amd/Makefile.addrlib.am index 46689637f9..508edfd0d5 100644 --- a/src/amd/Makefile.addrlib.am +++ b/src/amd/Makefile.addrlib.am -@@ -30,6 +30,7 @@ addrlib_libamdgpu_addrlib_la_CPPFLAGS = \ +@@ -29,7 +29,8 @@ + -I$(srcdir)/addrlib/inc/chip/gfx9 \ -I$(srcdir)/addrlib/inc/chip/r800 \ -I$(srcdir)/addrlib/gfx9/chip \ - -I$(srcdir)/addrlib/r800/chip \ -+ $(DEFINES) \ - -DBRAHMA_BUILD=1 +- -I$(srcdir)/addrlib/r800/chip ++ -I$(srcdir)/addrlib/r800/chip \ ++ $(DEFINES) addrlib_libamdgpu_addrlib_la_CXXFLAGS = \ + $(VISIBILITY_CXXFLAGS) $(CXX11_CXXFLAGS) diff --git a/src/util/u_endian.h b/src/util/u_endian.h index 9e09f80181..038a28fac9 100644 --- a/src/util/u_endian.h |