Create Linaro branch from gcc-6-branch at r236016.
authorYvan Roux <yvan.roux@linaro.org>
Mon, 9 May 2016 08:43:45 +0000 (10:43 +0200)
committerYvan Roux <yvan.roux@linaro.org>
Mon, 9 May 2016 08:43:45 +0000 (10:43 +0200)
commit47fdfa6e42cd632a79d73329fb52ab418dac22ad
tree9fcfef65c4e780569339b7219f57dd0abac1b97f
parentc13137bb5bf67d32a203ee66226565b1828160e8
Create Linaro branch from gcc-6-branch at r236016.

* .gitreview: New file.

gcc/
* LINARO-VERSION: New file.
* configure.ac: Add Linaro version string.
* configure: Regenerate.

gcc/
Cherry-pick from linaro/gcc-4_9-branch r217544.
2014-11-14  Yvan Roux  <yvan.roux@linaro.org>

Add Linaro release macros (Linaro only patch.)

* Makefile.in (LINAROVER, LINAROVER_C, LINAROVER_S): Define.
(CFLAGS-cppbuiltin.o): Add LINAROVER macro definition.
(cppbuiltin.o): Depend on $(LINAROVER).
* cppbuiltin.c (parse_linarover): New.
(define_GNUC__): Define __LINARO_RELEASE__ and __LINARO_SPIN__ macros.

Change-Id: Ie9154564023407b038632023041712064b66b379
.gitreview [new file with mode: 0644]
gcc/LINARO-VERSION [new file with mode: 0644]
gcc/Makefile.in
gcc/configure
gcc/configure.ac
gcc/cppbuiltin.c