[Bug target/68945] enable libcilkrts on SPARC
ebotcazou at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Dec 16 21:09:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68945
Eric Botcazou <ebotcazou at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Last reconfirmed| |2015-12-16
CC| |ebotcazou at gcc dot gnu.org
Summary|RFE: enable libcilkrts on |enable libcilkrts on SPARC
|SPARC [ patch included ] |
Ever confirmed|0 |1
Severity|normal |enhancement
--- Comment #2 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
Patches need to be posted on the gcc-patches@ mailing-list.
A few remarks:
- SPARC is not a platform/target, only an architecture, so I presume that you
mean SPARC/Solaris here?
- you don't need 2 entries in configure.tgt
- you don't need 2 entries in the target field of testcases.
- you cannot patch Makefile.in directly, go through configure.ac instead.
- I don't think that patching runtime/config/generic/os-unix-sysdep.c is the
way to go, you probably need to create runtime/config/sparc instead.
- Why do you test all the possible flavours of macros?
#if defined(sun) || defined(__sun) || defined(__sun__)
#ifdef __sun__ is the correct version.
More information about the Gcc-bugs
mailing list