From 2064a108e7bcd93886b3df4785341eb8e9dc702b Mon Sep 17 00:00:00 2001 From: gdisirio Date: Wed, 23 Apr 2008 15:42:26 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@277 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.txt b/readme.txt index db856f0e0..a2cea3cf8 100644 --- a/readme.txt +++ b/readme.txt @@ -65,9 +65,9 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, *** 0.6.4 *** - Modified the ARM demos makefiles in order to make them more compatible with GCC 4.3.0, it seems the new GCC assumes -mthumb-interworking and -mabi=apcs - by default, now the makefiles explictly assert -mno-thumb-interworking and - -mabi=apcs-gnu in order to produce better code. CodeSourcery's compilers - also share this behaviour. + by default, at least the builds I tested did so, now the makefiles + explicitly assert -mno-thumb-interworking and -mabi=apcs-gnu in order to + produce better code. - In the ARM7 and ARMCM3 ports chanced the bool_t base type from int8_t to int32_t, this produces a bit faster and smaller code. -- cgit v1.2.3