From 2c0ea8e734aa1c1f7690b17bca5939722a25d7b5 Mon Sep 17 00:00:00 2001 From: John Marino Date: Tue, 9 Sep 2014 20:32:49 +0000 Subject: Remove unstaged devel/arm-eabi-gcc and cascade remove four others Without devel/arm-eabi-gcc, unstaged cross-gcc has no purpose, nor does either of the -binutils ports. The sysutils/u-boot-beaglebone-eabi was staged, but is a casualty of the arm-eabi-gcc removal. --- .../u-boot-beaglebone-eabi/files/patch-examples_api_Makefile | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 sysutils/u-boot-beaglebone-eabi/files/patch-examples_api_Makefile (limited to 'sysutils/u-boot-beaglebone-eabi/files/patch-examples_api_Makefile') diff --git a/sysutils/u-boot-beaglebone-eabi/files/patch-examples_api_Makefile b/sysutils/u-boot-beaglebone-eabi/files/patch-examples_api_Makefile deleted file mode 100644 index fd6097ec8d6f..000000000000 --- a/sysutils/u-boot-beaglebone-eabi/files/patch-examples_api_Makefile +++ /dev/null @@ -1,11 +0,0 @@ ---- examples/api/Makefile.orig 2013-04-19 09:25:43.000000000 -0500 -+++ examples/api/Makefile 2013-05-16 17:05:38.000000000 -0500 -@@ -69,7 +69,7 @@ - ######################################################################### - - $(OUTPUT): $(OBJS) -- $(LD) -Ttext $(LOAD_ADDR) -o $@ $^ $(PLATFORM_LIBS) -+ $(LD) -static -Ttext $(LOAD_ADDR) -o $@ $^ $(PLATFORM_LIBS) - $(OBJCOPY) -O binary $@ $(OUTPUT).bin 2>/dev/null - - # Rule to build generic library C files -- cgit v1.2.3