Home
last modified time | relevance | path

Searched hist:"781 cb31439f9b02e2f0befc4bee651ff5f945cf7" (Results 1 – 4 of 4) sorted by relevance

/rk3399_ARM-atf/plat/rockchip/rk3399/drivers/m0/
H A DMakefile781cb31439f9b02e2f0befc4bee651ff5f945cf7 Mon Jan 15 18:45:07 UTC 2024 Chris Kay <chris.kay@arm.com> build: always use the C compiler to preprocess

We're a bit inconsistent about which tool we use to preprocess source
files; in some places we use `$(CC) -E` whilst in others we use `cpp`.

This change forces all invocations of the C preprocessor to use the
first scheme, which ensures that the preprocessor behaves the same way
as the C compiler used when compiling C source files.

Change-Id: Iede2f25ff86ea8b43d7a523e32648058d5023832
Signed-off-by: Chris Kay <chris.kay@arm.com>
/rk3399_ARM-atf/lib/romlib/
H A DMakefile781cb31439f9b02e2f0befc4bee651ff5f945cf7 Mon Jan 15 18:45:07 UTC 2024 Chris Kay <chris.kay@arm.com> build: always use the C compiler to preprocess

We're a bit inconsistent about which tool we use to preprocess source
files; in some places we use `$(CC) -E` whilst in others we use `cpp`.

This change forces all invocations of the C preprocessor to use the
first scheme, which ensures that the preprocessor behaves the same way
as the C compiler used when compiling C source files.

Change-Id: Iede2f25ff86ea8b43d7a523e32648058d5023832
Signed-off-by: Chris Kay <chris.kay@arm.com>
/rk3399_ARM-atf/make_helpers/
H A Dbuild_macros.mk781cb31439f9b02e2f0befc4bee651ff5f945cf7 Mon Jan 15 18:45:07 UTC 2024 Chris Kay <chris.kay@arm.com> build: always use the C compiler to preprocess

We're a bit inconsistent about which tool we use to preprocess source
files; in some places we use `$(CC) -E` whilst in others we use `cpp`.

This change forces all invocations of the C preprocessor to use the
first scheme, which ensures that the preprocessor behaves the same way
as the C compiler used when compiling C source files.

Change-Id: Iede2f25ff86ea8b43d7a523e32648058d5023832
Signed-off-by: Chris Kay <chris.kay@arm.com>
/rk3399_ARM-atf/
H A DMakefile781cb31439f9b02e2f0befc4bee651ff5f945cf7 Mon Jan 15 18:45:07 UTC 2024 Chris Kay <chris.kay@arm.com> build: always use the C compiler to preprocess

We're a bit inconsistent about which tool we use to preprocess source
files; in some places we use `$(CC) -E` whilst in others we use `cpp`.

This change forces all invocations of the C preprocessor to use the
first scheme, which ensures that the preprocessor behaves the same way
as the C compiler used when compiling C source files.

Change-Id: Iede2f25ff86ea8b43d7a523e32648058d5023832
Signed-off-by: Chris Kay <chris.kay@arm.com>