From 0c19ecdca81ec7e4185424d7cf8e0bf78f919ec3 Mon Sep 17 00:00:00 2001 From: Joerg Wunsch Date: Sat, 17 Dec 2011 09:56:31 +0000 Subject: Upgrade to GCC 4.5.1. Completely reorganize the patches for this port. Patches for new devices are now synchronized with the Atmel AVR tools. The main difference is the naming scheme, as FreeBSD patches start with "patch-", while the Atmel AVR Tools patches end up in ".patch". --- devel/avr-gcc/files/patch-param-inline-call-cost | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 devel/avr-gcc/files/patch-param-inline-call-cost (limited to 'devel/avr-gcc/files/patch-param-inline-call-cost') diff --git a/devel/avr-gcc/files/patch-param-inline-call-cost b/devel/avr-gcc/files/patch-param-inline-call-cost deleted file mode 100644 index 257e3a3d4f53..000000000000 --- a/devel/avr-gcc/files/patch-param-inline-call-cost +++ /dev/null @@ -1,20 +0,0 @@ ---- gcc/config/avr/avr.c.orig 2010-03-05 17:21:19.000000000 +0100 -+++ gcc/config/avr/avr.c 2010-03-05 17:22:02.000000000 +0100 -@@ -46,6 +46,7 @@ - #include "tm_p.h" - #include "target.h" - #include "target-def.h" -+#include "params.h" - #include "df.h" - - /* Maximal allowed offset for an address in the LD command */ -@@ -419,6 +420,9 @@ - - flag_delete_null_pointer_checks = 0; - -+ if (!PARAM_SET_P (PARAM_INLINE_CALL_COST)) -+ set_param_value ("inline-call-cost", 5); -+ - for (t = avr_mcu_types; t->name; t++) - if (strcmp (t->name, avr_mcu_name) == 0) - break; -- cgit v1.2.3