Skip to content

Commit

Permalink
fix compilation on Solaris x86_64 with SunStudio
Browse files Browse the repository at this point in the history
  • Loading branch information
schmir committed Dec 15, 2011
1 parent bef2c84 commit db5e6d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions slp_platformselect.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
#include "platform/switch_ppc_aix.h" /* gcc on AIX/PowerPC */
#elif defined(__GNUC__) && defined(sparc) && defined(sun)
#include "platform/switch_sparc_sun_gcc.h" /* SunOS sparc with gcc */
#elif defined(__SUNPRO_C) && defined(__amd64__) && defined(sun)
#include "platform/switch_amd64_unix.h" /* SunStudio on amd64 */
#elif defined(__GNUC__) && defined(__s390__) && defined(__linux__)
#include "platform/switch_s390_unix.h" /* Linux/S390 */
#elif defined(__GNUC__) && defined(__s390x__) && defined(__linux__)
Expand Down

0 comments on commit db5e6d4

Please sign in to comment.