diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-04-23 15:42:26 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-04-23 15:42:26 +0000 |
commit | 2064a108e7bcd93886b3df4785341eb8e9dc702b (patch) | |
tree | 92edb571b5fcbeb53b503b43119c93c27902355c | |
parent | 0bc89b33d90203ab80056da972f5aa3ec762cd81 (diff) | |
download | ChibiOS-2064a108e7bcd93886b3df4785341eb8e9dc702b.tar.gz ChibiOS-2064a108e7bcd93886b3df4785341eb8e9dc702b.tar.bz2 ChibiOS-2064a108e7bcd93886b3df4785341eb8e9dc702b.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@277 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 6 |
1 files 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.
|