From 84abc2850f32ddc76415b63c19e021bd3f0d1e0d Mon Sep 17 00:00:00 2001 From: Jessica Hamilton Date: Mon, 8 May 2023 23:33:15 +0000 Subject: [PATCH] gcc 2: integrate -rdynamic patch from buildtools. --- ....95.3_2017_07_20.recipe => gcc-2.95.3_2023_08_05.recipe} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename sys-devel/gcc/{gcc-2.95.3_2017_07_20.recipe => gcc-2.95.3_2023_08_05.recipe} (97%) diff --git a/sys-devel/gcc/gcc-2.95.3_2017_07_20.recipe b/sys-devel/gcc/gcc-2.95.3_2023_08_05.recipe similarity index 97% rename from sys-devel/gcc/gcc-2.95.3_2017_07_20.recipe rename to sys-devel/gcc/gcc-2.95.3_2023_08_05.recipe index 9e121d166..652c51c2e 100644 --- a/sys-devel/gcc/gcc-2.95.3_2017_07_20.recipe +++ b/sys-devel/gcc/gcc-2.95.3_2023_08_05.recipe @@ -9,10 +9,10 @@ HOMEPAGE="http://gcc.gnu.org" COPYRIGHT="1988-2000 Free Software Foundation, Inc." LICENSE="GNU GPL v2 GNU LGPL v2" -REVISION="2" -srcGitRev="aa5e6148654241454155fd352641bf4b97d53750" +REVISION="1" +srcGitRev="9866b1a47a32306b1660ebff0efbec067545cf7f" SOURCE_URI="https://github.com/haiku/buildtools/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="16ee29af5c70177a04699656a9f11818eb20e17dee3e342eb7571f87aea92100" +CHECKSUM_SHA256="33127d8e808cd51542d9fad84d2738fc7f2f21cd2b879adfbef2081c20f6a19b" SOURCE_DIR="buildtools-$srcGitRev/legacy/gcc" SOURCE_FILENAME="gcc-$portVersion.tar.gz"