diff options
| author | Bdale Garbee <bdale@gag.com> | 2017-04-24 18:23:56 -0600 | 
|---|---|---|
| committer | Bdale Garbee <bdale@gag.com> | 2017-04-24 18:23:56 -0600 | 
| commit | 5d7fc8a2a3854d27f0bf5eddb3e2c76996b28a52 (patch) | |
| tree | 078d695664378d1c61afdddf8def0b3881daf1a1 /debian/patches/pdclib-use-target-ar.diff | |
| parent | ca828cfab66241161ae7eb47e83e426905fd406f (diff) | |
all existing patches merged in upstream 1.7 release
Diffstat (limited to 'debian/patches/pdclib-use-target-ar.diff')
| -rw-r--r-- | debian/patches/pdclib-use-target-ar.diff | 21 | 
1 files changed, 0 insertions, 21 deletions
| diff --git a/debian/patches/pdclib-use-target-ar.diff b/debian/patches/pdclib-use-target-ar.diff deleted file mode 100644 index b0507077..00000000 --- a/debian/patches/pdclib-use-target-ar.diff +++ /dev/null @@ -1,21 +0,0 @@ -diff --git a/pdclib/Makefile b/pdclib/Makefile -index 97da5cc..cca5a4f 100644 ---- a/pdclib/Makefile -+++ b/pdclib/Makefile -@@ -27,6 +27,7 @@ endif -  - #CC=$(bindir)/arm-none-eabi-gcc - CC=/usr/bin/arm-none-eabi-gcc -+AR=/usr/bin/arm-none-eabi-ar -  - # This is where you chose which platform to compile for (see 'make links' / './platform') - PLATFORM := altos -@@ -98,7 +99,7 @@ check: all testdrivers regtestdrivers -  - $(PDCLIB): $(BUILD) $(OBJFILES) - 	@echo " AR	$@" --	@ar rc $@ $(OBJFILES) -+	@$(AR) rc $@ $(OBJFILES) - 	@echo -  - install-$(CPU): install-$(CPU)-lib install-hdr | 
