diff options
| author | Igor Pashev <pashev.igor@gmail.com> | 2017-09-30 00:54:59 +0300 |
|---|---|---|
| committer | Igor Pashev <pashev.igor@gmail.com> | 2017-09-30 00:54:59 +0300 |
| commit | 2b8ef9c96d0b679f65219fee6fbf83f596cd44fe (patch) | |
| tree | 789534f1363724b183415fb383eb4e119c346992 /debian | |
| parent | f7287cfc18e6246b777cb706590fefa28ebbf25c (diff) | |
| download | python3.5-2b8ef9c96d0b679f65219fee6fbf83f596cd44fe.tar.gz | |
Support Dyson in pyconfig.h
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/multiarch.h.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/multiarch.h.in b/debian/multiarch.h.in index 33d2efb..a552ba2 100644 --- a/debian/multiarch.h.in +++ b/debian/multiarch.h.in @@ -72,6 +72,14 @@ # else # error unknown multiarch location for @header@ # endif +#elif defined(__sun__) +# if defined(__x86_64__) +# include <x86_64-illumos/@subdir@/@header@> +# elif defined(__i386__) +# include <i386-illumos/@subdir@/@header@> +# else +# error unknown multiarch location for @header@ +# endif #elif defined(__gnu_hurd__) # include <i386-gnu/@subdir@/@header@> #else |
