This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports 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: ARM crti/crtn


> +	* sysdeps/arm/eabi/Makefile (CFLAGS-initfini.s)
> +	(CFLAGS-pt-initfini.s): Remove variables.

Correct format is:

	* sysdeps/arm/eabi/Makefile (CFLAGS-initfini.s): Remove variable.
	(CFLAGS-pt-initfini.s): Likewise.

or:

	* sysdeps/arm/eabi/Makefile (CFLAGS-initfini.s, CFLAGS-pt-initfini.s):
	Remove variables.

or:

	* sysdeps/arm/eabi/Makefile
	(CFLAGS-initfini.s, CFLAGS-pt-initfini.s): Remove variables.


Thanks,
Roland


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