Minimize newlib code size for ft32
* configure.host (ft32): minimise newlib code size
This commit is contained in:
		| @@ -1,3 +1,7 @@ | |||||||
|  | 2015-09-22  James Bowman  <james.bowman@ftdichip.com> | ||||||
|  |  | ||||||
|  | 	* configure.host (ft32): minimise newlib code size | ||||||
|  |  | ||||||
| 2015-09-04  James Bowman  <james.bowman@ftdichip.com> | 2015-09-04  James Bowman  <james.bowman@ftdichip.com> | ||||||
|  |  | ||||||
| 	* configure.host: Add ft32 support. | 	* configure.host: Add ft32 support. | ||||||
|   | |||||||
| @@ -143,12 +143,7 @@ case "${host_cpu}" in | |||||||
|         ;; |         ;; | ||||||
|   ft32*) |   ft32*) | ||||||
|         machine_dir=ft32 |         machine_dir=ft32 | ||||||
|         target_optspace=yes |         newlib_cflags="${newlib_cflags} -DPREFER_SIZE_OVER_SPEED" | ||||||
|         # newlib_io_float=no |  | ||||||
|         default_newlib_io_long_long="yes" |  | ||||||
|         newlib_cflags="-DPREFER_SIZE_OVER_SPEED -Os" |  | ||||||
|         CFLAGS="-Os" |  | ||||||
|         CCASFLAGS="-Os" |  | ||||||
|         ;; |         ;; | ||||||
|   h8300) |   h8300) | ||||||
| 	machine_dir=h8300 | 	machine_dir=h8300 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user