Commit Graph

10 Commits

Author SHA1 Message Date
Beat Küng c7da88e383 CXXFLAGS: add -fcheck-new whenever -fno-exceptions is used
This is to avoid GCC to optimize null-pointer checks away, in case the
default operator new is used together with -fno-exceptions.
2016-08-22 08:35:01 +02:00
Gregory Nutt e6b456add0 Merge remote-tracking branch 'origin/master' into windeps 2016-01-11 07:45:51 -06:00
Gregory Nutt 62274e771c AVR: Back out experimental MEMX build changes. Although they do work, the cause other compilictions. 2016-01-10 08:24:45 -06:00
Gregory Nutt 2a5bdf230c Merge remote-tracking branch 'origin/master' into windeps 2016-01-09 16:38:13 -06:00
Gregory Nutt 9e548d34c3 mkdeps.sh and mkdeps.bat have been deleted. All configurations must now use the compiler mkeps prograqm 2016-01-09 16:06:15 -06:00
Gregory Nutt e46cd30c14 Change use of mknulldeps.sh to mkwindeps.sh 2016-01-09 14:13:44 -06:00
Gregory Nutt 879d43a584 Add MEMX support to the Teensy-2.0 platform 2016-01-07 07:43:41 -06:00
Paul A. Patience 55d8aee826 Simplify configs/ Makefiles by combining common longic into a new board.mk Makefile fragment. For Paul A. Patience" 2015-09-04 16:42:34 -06:00
Paul A. Patience 81268bb75c Add -Wundef warning flag 2015-09-01 13:19:57 -04:00
Gregory Nutt a00d114f0a Rename configs/teensy to configs/teensy-2.0 to distinguish teensy-lc and teensy-3.1 2015-05-25 18:29:43 -06:00