summaryrefslogtreecommitdiffstatshomepage
path: root/makefile
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-01-05 22:01:10 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-01-05 22:01:10 +0000
commit5885e973db55eeea5829168f520d5a5ba82189af (patch)
treef1260c941d240b2aa25bc45cda4a87aef623d534 /makefile
parentb71ecca85e6bfb6900bbada6381021808c74e6a6 (diff)
Makefile changes:
- Changed INLINE to map to "static inline" - (Windows only) Made -static-libgcc standard for both 32-bit and 64-bit - (Windows only) Some fixes for MSVC builds
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 71bfff923af..c6645657291 100644
--- a/makefile
+++ b/makefile
@@ -255,7 +255,7 @@ DEFS = -DCRLF=3
endif
# map the INLINE to something digestible by GCC
-DEFS += -DINLINE=inline
+DEFS += -DINLINE="static inline"
# define LSB_FIRST if we are a little-endian target
ifndef BIGENDIAN