changeset 915:0b55a3ab50d3

merge
author kono
date Thu, 10 Apr 2014 11:32:05 +0900
parents f7803d618f36 (current diff) 7aa39f5128f9 (diff)
children af6f9373ce64
files mc-parse.c
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Thu Apr 10 11:30:54 2014 +0900
+++ b/Makefile	Thu Apr 10 11:32:05 2014 +0900
@@ -1,4 +1,4 @@
-GCC = gcc
+GCC = clang
 CC = $(GCC) -std=c99 $(CCEXT) $(M)  -fgnu89-inline 
 # -O3
 # MCFLAG = -DUSE_CODE_KEYWORD
--- a/mc-code-i64.c	Thu Apr 10 11:30:54 2014 +0900
+++ b/mc-code-i64.c	Thu Apr 10 11:32:05 2014 +0900
@@ -139,6 +139,7 @@
 #define __GXX_ABI_VERSION 1002\n\
 #define __FLT_MIN_EXP__ (-125)\n\
 #define __x86_64 1\n\
+#define __x86_64__ 1\n\
 #define __DBL_MIN__ 2.2250738585072014e-308\n\
 #define __LP64__ 1\n\
 #define __DBL_HAS_QUIET_NAN__ 1\n\