[gnoduino] compiler: re-enable avr-libc deprecated typedefs
- From: Lucian Langa <lucilanga src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnoduino] compiler: re-enable avr-libc deprecated typedefs
- Date: Wed, 24 Sep 2014 19:57:21 +0000 (UTC)
commit 2875f51031e3766dd634c810431223d246fe066a
Author: Pascal de Bruijn <pmjdebruijn pcode nl>
Date: Thu Aug 14 18:32:39 2014 +0200
compiler: re-enable avr-libc deprecated typedefs
src/compiler.py | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/compiler.py b/src/compiler.py
index dd3987a..d795555 100644
--- a/src/compiler.py
+++ b/src/compiler.py
@@ -82,6 +82,7 @@ defc = [
"-Os",
"-ffunction-sections",
"-fdata-sections",
+ "-D__PROG_TYPES_COMPAT__",
]
defcpp = [
@@ -93,6 +94,7 @@ defcpp = [
"-fno-exceptions",
"-ffunction-sections",
"-fdata-sections",
+ "-D__PROG_TYPES_COMPAT__",
]
defar = [
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]