From c04177964071e8662db0b24bbdf167a906356564 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 29 May 2008 00:46:12 +0000 Subject: Add -frename-registers fix to GCC 4.3.0 --- packages/gcc/gcc-cross_4.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/gcc/gcc-cross_4.3.0.bb') diff --git a/packages/gcc/gcc-cross_4.3.0.bb b/packages/gcc/gcc-cross_4.3.0.bb index 9821d3cd83..11e04594fc 100644 --- a/packages/gcc/gcc-cross_4.3.0.bb +++ b/packages/gcc/gcc-cross_4.3.0.bb @@ -1,4 +1,4 @@ -PR = "r5" +PR = "r6" require gcc-${PV}.inc require gcc-cross4.inc -- cgit v1.2.3 From 2aa56756ba10e4e38ed5559dc0c9e3665e624ea7 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 3 Jun 2008 02:37:09 +0000 Subject: Fix an obvious typo in the patch. The variable exported was 'CCP' should have been 'CPP'. I have tested build for gcc-cross-4.2.2 recipe. --- packages/gcc/gcc-cross_4.3.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/gcc/gcc-cross_4.3.0.bb') diff --git a/packages/gcc/gcc-cross_4.3.0.bb b/packages/gcc/gcc-cross_4.3.0.bb index 11e04594fc..72f72835c3 100644 --- a/packages/gcc/gcc-cross_4.3.0.bb +++ b/packages/gcc/gcc-cross_4.3.0.bb @@ -1,4 +1,4 @@ -PR = "r6" +PR = "r7" require gcc-${PV}.inc require gcc-cross4.inc -- cgit v1.2.3