diff options
| author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-03-12 21:05:13 +0000 | 
|---|---|---|
| committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-03-12 21:05:13 +0000 | 
| commit | 777291ac8aaed233aa79bb4388ff3485e4c19de1 (patch) | |
| tree | a8f2917b3fe3a3c13d91c507b0d69cc24100b902 /demos | |
| parent | d76f6bff4f7561f6cf071108b8db5756fe9a3909 (diff) | |
| download | ChibiOS-777291ac8aaed233aa79bb4388ff3485e4c19de1.tar.gz ChibiOS-777291ac8aaed233aa79bb4388ff3485e4c19de1.tar.bz2 ChibiOS-777291ac8aaed233aa79bb4388ff3485e4c19de1.zip  | |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@228 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
| -rw-r--r-- | demos/ARM7-AT91SAM7X-GCC/Makefile | 2 | ||||
| -rw-r--r-- | demos/ARM7-AT91SAM7X-GCC/Makefile.thumb | 2 | ||||
| -rw-r--r-- | demos/ARM7-LPC214x-GCC-minimal/Makefile | 2 | ||||
| -rw-r--r-- | demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb | 2 | ||||
| -rw-r--r-- | demos/ARM7-LPC214x-GCC/Makefile | 2 | ||||
| -rw-r--r-- | demos/AVR-AT90CANx-GCC/Makefile | 2 | ||||
| -rw-r--r-- | demos/AVR-ATmega128-GCC/Makefile | 2 | ||||
| -rw-r--r-- | demos/Win32-MinGW/Makefile | 2 | 
8 files changed, 8 insertions, 8 deletions
diff --git a/demos/ARM7-AT91SAM7X-GCC/Makefile b/demos/ARM7-AT91SAM7X-GCC/Makefile index 5e1211efa..ea39d57e2 100644 --- a/demos/ARM7-AT91SAM7X-GCC/Makefile +++ b/demos/ARM7-AT91SAM7X-GCC/Makefile @@ -101,7 +101,7 @@ TOPT = -mthumb -D THUMB  #       chconf.h.
  # NOTE: -falign-functions=16 may improve the performance, not always, but
  #       increases the code size.
 -OPT = -O2 -ggdb -fomit-frame-pointer -fno-strict-aliasing
 +OPT = -O2 -ggdb -fomit-frame-pointer
  #OPT += -ffixed-r7
  #OPT += -falign-functions=16
 diff --git a/demos/ARM7-AT91SAM7X-GCC/Makefile.thumb b/demos/ARM7-AT91SAM7X-GCC/Makefile.thumb index 64d348ad5..50883c63f 100644 --- a/demos/ARM7-AT91SAM7X-GCC/Makefile.thumb +++ b/demos/ARM7-AT91SAM7X-GCC/Makefile.thumb @@ -101,7 +101,7 @@ TOPT = -mthumb -D THUMB  #       chconf.h.
  # NOTE: -falign-functions=16 may improve the performance, not always, but
  #       increases the code size.
 -OPT = -Os -ggdb -fomit-frame-pointer -fno-strict-aliasing
 +OPT = -Os -ggdb -fomit-frame-pointer
  #OPT += -ffixed-r7
  #OPT += -falign-functions=16
 diff --git a/demos/ARM7-LPC214x-GCC-minimal/Makefile b/demos/ARM7-LPC214x-GCC-minimal/Makefile index d8ed9ed9b..7d7e8874c 100644 --- a/demos/ARM7-LPC214x-GCC-minimal/Makefile +++ b/demos/ARM7-LPC214x-GCC-minimal/Makefile @@ -99,7 +99,7 @@ TOPT = -mthumb -D THUMB  #       chconf.h.
  # NOTE: -falign-functions=16 may improve the performance, not always, but
  #       increases the code size.
 -OPT = -O2 -ggdb -fomit-frame-pointer -fno-strict-aliasing
 +OPT = -O2 -ggdb -fomit-frame-pointer
  #OPT += -ffixed-r7
  OPT += -falign-functions=16
 diff --git a/demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb b/demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb index 621e71853..0df66f2d3 100644 --- a/demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb +++ b/demos/ARM7-LPC214x-GCC-minimal/Makefile.thumb @@ -99,7 +99,7 @@ TOPT = -mthumb -D THUMB  #       chconf.h.
  # NOTE: -falign-functions=16 may improve the performance, not always, but
  #       increases the code size.
 -OPT = -Os -ggdb -fomit-frame-pointer -fno-strict-aliasing
 +OPT = -Os -ggdb -fomit-frame-pointer
  #OPT += -ffixed-r7
  OPT += -falign-functions=16
 diff --git a/demos/ARM7-LPC214x-GCC/Makefile b/demos/ARM7-LPC214x-GCC/Makefile index 5168f764a..32f08943e 100644 --- a/demos/ARM7-LPC214x-GCC/Makefile +++ b/demos/ARM7-LPC214x-GCC/Makefile @@ -102,7 +102,7 @@ TOPT = -mthumb -D THUMB  #       chconf.h.
  # NOTE: -falign-functions=16 may improve the performance, not always, but
  #       increases the code size.
 -OPT = -O2 -ggdb -fomit-frame-pointer -fno-strict-aliasing
 +OPT = -O2 -ggdb -fomit-frame-pointer
  #OPT += -ffixed-r7
  OPT += -falign-functions=16
 diff --git a/demos/AVR-AT90CANx-GCC/Makefile b/demos/AVR-AT90CANx-GCC/Makefile index 106c3c390..37c56acf9 100644 --- a/demos/AVR-AT90CANx-GCC/Makefile +++ b/demos/AVR-AT90CANx-GCC/Makefile @@ -161,7 +161,7 @@ CFLAGS += -funsigned-char  CFLAGS += -funsigned-bitfields
  CFLAGS += -fpack-struct
  CFLAGS += -fshort-enums
 -CFLAGS += -fno-strict-aliasing
 +#CFLAGS += -fno-strict-aliasing
  CFLAGS += -Wall
  CFLAGS += -Wstrict-prototypes
  #CFLAGS += -mshort-calls
 diff --git a/demos/AVR-ATmega128-GCC/Makefile b/demos/AVR-ATmega128-GCC/Makefile index 34c228691..3be566c19 100644 --- a/demos/AVR-ATmega128-GCC/Makefile +++ b/demos/AVR-ATmega128-GCC/Makefile @@ -161,7 +161,7 @@ CFLAGS += -funsigned-char  CFLAGS += -funsigned-bitfields
  CFLAGS += -fpack-struct
  CFLAGS += -fshort-enums
 -CFLAGS += -fno-strict-aliasing
 +#CFLAGS += -fno-strict-aliasing
  CFLAGS += -Wall
  CFLAGS += -Wstrict-prototypes
  #CFLAGS += -mshort-calls
 diff --git a/demos/Win32-MinGW/Makefile b/demos/Win32-MinGW/Makefile index 8d4edec7e..ea206b0d0 100644 --- a/demos/Win32-MinGW/Makefile +++ b/demos/Win32-MinGW/Makefile @@ -76,7 +76,7 @@ ULIBDIR =  ULIBS =
  # Define optimisation level here
 -OPT = -Os -fomit-frame-pointer -fno-strict-aliasing
 +OPT = -Os -fomit-frame-pointer
  #
  # End of user defines
  | 
