Skip to content

Fix check for GNU C compiler in eina_cpu.c

Tim Rühsen requested to merge tmp-fix-eina-cpu-on-solaris into master

On the OpenCSW Solaris platform, the test for the GNU C compiler fails.

IMO, the test should be GNUC instead of GNU.

Checklist

  • [*] Code modified for feature

Reviewer's checklist:

  • Any issues marked for closing are addressed
  • There is a test suite reasonably covering new functionality or modifications
  • Function naming, parameters, return values, types, etc., are consistent and according to CONTRIBUTION.md
  • This feature/change has adequate documentation added
  • No obvious mistakes in the code
Edited by Nikos Mavrogiannopoulos

Merge request reports