This is the mail archive of the newlib@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH, AArch64] Add configury files to the cpu-init subdir


On 11/12/12 09:48, Corinna Vinschen wrote:
On Nov 1 15:56, Yufeng Zhang wrote:
Hi,

This patch adds configuration files to 'libgloss/aarch64/cpu-init'.
The 'cpu-init' subdir previouly only had 'Makefile.in' and it relied
on its parent's configuration file to config certain variables.

An issue had been identified that '@host_makefile_frag_path@' in
'cpu-init/Makefile.in' may not get expanded correctly especially
when 'srcdir' is not an absolute path.

This patch fixes this issue by adding 'configure.in' and its friends
to the 'cpu-init' subdir so that 'host_makefile_frag_path' can be
set properly.

Is it OK to commit?

Yes, please apply.

Thanks for the reviewing.


Can anyone help commit the patch please? I've attached the full-version (with the auto-generated stuff included).

Thanks,
Yufeng


libgloss/

2012-10-30 Yufeng Zhang<...>

	* aarch64/configure.in: Replace the direct generation of
	cpu-init/Makefile.in with AC_CONFIG_SUBDIRS(cpu-init).
	* aarch64/configure: Re-generate.
	* aarch64/cpu-init/Makefile.in (objtype): Remove.
	(Makefile, config.status): Update the rules.
	* aarch64/cpu-init/aclocal.m4: New file (generated).
	* aarch64/cpu-init/configure.in: New file.
	* aarch64/cpu-init/configure: New file (generated).

Thanks, Corinna

Attachment: libgloss-cpu-init-config.patch.full.gz
Description: GNU Zip compressed data


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]