[arch-commits] Commit in arduino-avr-core/trunk (PKGBUILD platform.patch)

NicoHood nicohood at archlinux.org
Sat Jul 11 08:23:15 UTC 2020


    Date: Saturday, July 11, 2020 @ 08:23:14
  Author: nicohood
Revision: 663233

Remove not required -fno-devirtualize patch

Modified:
  arduino-avr-core/trunk/PKGBUILD
  arduino-avr-core/trunk/platform.patch

----------------+
 PKGBUILD       |    4 ++--
 platform.patch |    3 +--
 2 files changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-10 23:32:30 UTC (rev 663232)
+++ PKGBUILD	2020-07-11 08:23:14 UTC (rev 663233)
@@ -3,7 +3,7 @@
 
 pkgname=arduino-avr-core
 pkgver=1.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Arduino AVR core with upstream avr-gcc and avrdude"
 arch=('any')
 url="https://github.com/arduino/ArduinoCore-avr"
@@ -15,7 +15,7 @@
         "platform.patch")
 sha512sums=('e2d006f0b6540dba6623baac07d36078987fe8efdac39c6d160ab018a6c93a96369ece1ee92de0fae4a58fd4e93db108d2395de06c68d84ed2743739ed466aac'
             'SKIP'
-            '34bdd71d8796682ddd1a57e4ef38b2dc4557656f32528af3caa96e6d6f803b6982b9edf044294c2af9478c5ca3dbb6567faa6d24aa97228173e38f7a139b3b68')
+            '916d76a1313fa9372e141eb132eb3d5d4db32e27f695d3b6b0e2894111bfdacd54feec2ba6ea89b10918b9ef904f9b3d4c105c37d5a6851ac92c5c1758679f00')
 validpgpkeys=('326567C1C6B288DF32CB061A95FA6F43E21188C4') # Arduino Packages <support at arduino.cc>
 
 prepare()

Modified: platform.patch
===================================================================
--- platform.patch	2020-07-10 23:32:30 UTC (rev 663232)
+++ platform.patch	2020-07-11 08:23:14 UTC (rev 663233)
@@ -22,8 +22,7 @@
  compiler.c.elf.cmd=avr-gcc
  compiler.S.flags=-c -g -x assembler-with-cpp -flto -MMD
  compiler.cpp.cmd=avr-g++
--compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto
-+compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -fno-devirtualize -fno-use-cxa-atexit
+ compiler.cpp.flags=-c -g -Os {compiler.warning_flags} -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto
  compiler.ar.cmd=avr-gcc-ar
  compiler.ar.flags=rcs
  compiler.objcopy.cmd=avr-objcopy



More information about the arch-commits mailing list