diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2013-08-29 09:45:07 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2013-08-29 09:45:07 +0200 |
commit | 287574fe160c0acf1db74491c1b3e3afe760f298 (patch) | |
tree | 5d881de97fc8c7aaf83e17dc2e0b6078c6559556 /uconfig.h | |
parent | 55c1cada4a90afcef1d8a1ea49eac13f95fbc1f5 (diff) | |
download | perl-287574fe160c0acf1db74491c1b3e3afe760f298.tar.gz |
regen Configure after backports
os-types are sorted
Diffstat (limited to 'uconfig.h')
-rw-r--r-- | uconfig.h | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -892,6 +892,15 @@ #define OSNAME "unknown" /**/ #define OSVERS "unknown" /**/ +/* MULTIARCH: + * This symbol, if defined, signifies that the build + * process will produce some binary files that are going to be + * used in a cross-platform environment. This is the case for + * example with the NeXT "fat" binaries that contain executables + * for several CPUs. + */ +/*#define MULTIARCH / **/ + /* USE_CROSS_COMPILE: * This symbol, if defined, indicates that Perl is being cross-compiled. */ @@ -904,15 +913,6 @@ #define PERL_TARGETARCH "" /**/ #endif -/* MULTIARCH: - * This symbol, if defined, signifies that the build - * process will produce some binary files that are going to be - * used in a cross-platform environment. This is the case for - * example with the NeXT "fat" binaries that contain executables - * for several CPUs. - */ -/*#define MULTIARCH / **/ - /* MEM_ALIGNBYTES: * This symbol contains the number of bytes required to align a * double, or a long double when applicable. Usual values are 2, @@ -4753,6 +4753,6 @@ #endif /* Generated from: - * 2c9dc3f21d37b1665f6a59dfc6d79e6cb08bdf36a9c3e427d11d6b9ddffe2439 config_h.SH + * 3631b2b781d1779dc1855cb35ab72d5176a9eb36a527f74231c7e3f274021182 config_h.SH * e0e303f4b6a586f3c94ed5c08078b3b837c1cc5683e61b0dd6c6b84cd8c44774 uconfig.sh * ex: set ro: */ |