1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-10-16 22:27:59 +03:00

* Added named unions in SHA256 code for compilers that don't support it.

* Some other porting suggestions from Chris Ghormley.

git-svn-id: svn://svn.code.sf.net/p/axtls/code/trunk@248 9a5d90b5-6617-0410-8a86-bb477d3ed2e3
This commit is contained in:
cameronrich
2015-04-30 06:06:09 +00:00
parent a88fd947b2
commit acf35f0ea7
7 changed files with 54 additions and 45 deletions

View File

@@ -1,5 +1,5 @@
#
# Copyright (c) 2007, Cameron Rich
# Copyright (c) 2007-2015, Cameron Rich
#
# All rights reserved.
#
@@ -100,6 +100,7 @@ LDSHARED = -shared
# Linux
ifndef CONFIG_PLATFORM_CYGWIN
ifndef CONFIG_PLATFORM_NOMMU
CFLAGS += -fPIC
# Cygwin
@@ -108,6 +109,7 @@ CFLAGS += -DCONFIG_PLATFORM_CYGWIN
LDFLAGS += -enable-auto-import
endif
endif
endif
ifdef CONFIG_DEBUG
CFLAGS += -g