diff options
author | John Marino <marino@FreeBSD.org> | 2014-09-09 20:32:49 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-09-09 20:32:49 +0000 |
commit | 2c0ea8e734aa1c1f7690b17bca5939722a25d7b5 (patch) | |
tree | e36d45bff1654e6029cb17c43b840c6a0a153bcd /sysutils/u-boot-beaglebone-eabi/files/patch-examples_api_Makefile | |
parent | Add USES=libtool and INSTALL_TARGET=install-strip (diff) |
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.
Notes
Notes:
svn path=/head/; revision=367778
Diffstat (limited to 'sysutils/u-boot-beaglebone-eabi/files/patch-examples_api_Makefile')
-rw-r--r-- | sysutils/u-boot-beaglebone-eabi/files/patch-examples_api_Makefile | 11 |
1 files changed, 0 insertions, 11 deletions
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 |