diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-22 13:58:39 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-25 15:03:22 +0200 |
commit | 2f62a96457831447cacda6734b6ba1f52cde0415 (patch) | |
tree | 7ddfe32a717618ed48285967d30660830be9b31c /recipes/mesa/files/mklib-cross.patch | |
parent | 3e81c0321a6500f9fbb6bc65632665206152c412 (diff) |
mesa-dri: remove old 7.0.3 and 6.5.2 relase using mesa-common-old.inc
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Acked-by: Henning Heinold <heinold@inf.fu-berlin.de>
Acked-by: Graeme Gregory <dp@xora.org.uk>
Diffstat (limited to 'recipes/mesa/files/mklib-cross.patch')
-rw-r--r-- | recipes/mesa/files/mklib-cross.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/recipes/mesa/files/mklib-cross.patch b/recipes/mesa/files/mklib-cross.patch deleted file mode 100644 index fbe86e3c4d..0000000000 --- a/recipes/mesa/files/mklib-cross.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- s/bin/mklib~ 2008-02-19 15:30:18.000000000 +0000 -+++ s/bin/mklib 2008-07-27 11:15:25.000000000 +0100 -@@ -204,9 +204,9 @@ - if [ "x$LINK" = "x" ] ; then - # -linker was not specified so set default link command now - if [ $CPLUSPLUS = 1 ] ; then -- LINK=g++ -+ LINK=$CXX - else -- LINK=gcc -+ LINK=$CC - fi - fi - |