tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Tinycc-devel] Working on new features


From: Daniel Glöckner
Subject: Re: [Tinycc-devel] Working on new features
Date: Wed, 26 Aug 2009 11:10:21 +0200
User-agent: Mutt/1.4.2.1i

On Wed, Aug 26, 2009 at 10:44:14AM +0200, Frédéric Feret wrote:
> Here's my TCC patches.
> I will try to push these modifications on the "mob" branch.

--- tcc.orig/tcc.h      2009-07-18 22:08:01.000000000 +0200
+++ tcc/tcc.h   2009-08-25 22:54:49.417500000 +0200
@@ -118,8 +118,7 @@
 #endif
 
 /* define it to include assembler support */
-#if !defined(TCC_TARGET_ARM) && !defined(TCC_TARGET_C67) && \
-    !defined(TCC_TARGET_X86_64)
+#if !defined(TCC_TARGET_C67)
 #define CONFIG_TCC_ASM
 #endif
 
You should not define CONFIG_TCC_ASM for ARM before the assembler is ready.

  Daniel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]