diff options
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 |