r276057 - in /trunk/gcc: ChangeLog config/arm/t...
ktkachov@gcc.gnu.org
ktkachov@gcc.gnu.org
Mon Sep 23 16:28:00 GMT 2019
Author: ktkachov
Date: Mon Sep 23 16:28:09 2019
New Revision: 276057
URL: https://gcc.gnu.org/viewcvs?rev=276057&root=gcc&view=rev
Log:
[arm] Add missing Makefile dependency on arm_acle_builtins.def
arm-builtins.o is missing a Makefile dependency on arm_acle_builtins.def
which can cause inconsistent rebuilds
when adding builtins in there.
This patch adds the right Makefile-foo to fix that.
* config/arm/t-arm (arm-builtins.o): Add dependency on
arm_acle_builtins.def.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/config/arm/t-arm
More information about the Gcc-cvs
mailing list