commit | 12c2db7947bf20f683950347e06a36bea1991d37 | [log] [tgz] |
---|---|---|
author | Lei YU <mine260309@gmail.com> | Mon May 15 11:24:04 2017 +0800 |
committer | Lei YU <mine260309@gmail.com> | Tue May 16 10:07:20 2017 +0800 |
tree | 447cdc2238a72b2bda8feb95a7e2427400da590c | |
parent | 8315970370d63b101bd0bd579bc1f697a3c8d07c [diff] |
Set init_priority attribute for global/static variables The initialization order of global/static variables and functions with constructor attribute is unspecified. Set init_priority attribute to specify the initialization order. Resolves openbmc/openbmc#1581 Change-Id: Ia85804b3b9e537e0f32b712a3ce92e7d0be554b2 Signed-off-by: Lei YU <mine260309@gmail.com>
To build this package, do the following steps:
1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make
To full clean the repository again run ./bootstrap.sh clean
.