[Cryptech-Commits] [user/jakob/tamper] 01/06: Use -mmcu=attiny828 instead of -mmcu=avr25.

git at cryptech.is git at cryptech.is
Sat Jul 16 13:10:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

jakob at kirei.se pushed a commit to branch master
in repository user/jakob/tamper.

commit 0c57c746ccc000b00e29816ee6c58bcb7a18e745
Author: Fredrik Thulin <fredrik at thulin.net>
AuthorDate: Sat Jul 16 15:02:54 2016 +0200

    Use -mmcu=attiny828 instead of -mmcu=avr25.
    
    This fixes building on Ubuntu 16.04 at least.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index ec919f8..0bed033 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 CC = avr-gcc
-CFLAGS = -std=gnu99 -Wpedantic -Wall -Werror -mmcu=avr25 -D__AVR_ATtiny828__
+CFLAGS = -std=gnu99 -Wpedantic -Wall -Werror -mmcu=attiny828 -D__AVR_ATtiny828__
 OBJCOPY = avr-objcopy
 
 all: tamper.hex



More information about the Commits mailing list