This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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] Add support for Fuchsia (OS)


On 08/12/16 22:55, Josh Conner wrote:
> +	arm*-*-fuchsia*)
> +	  tm_file="${tm_file} fuchsia.h arm/fuchsia-elf.h glibc-stdint.h"
> +	  tmake_file="${tmake_file} arm/t-bpabi"
> +	  ;;


This will leave the default cpu as arm7tdmi.  Is that what you want?
It's fine if it is, but if not, you should consider setting
target_cpu_cname here as well.

R.


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