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 /config_h.SH | |
parent | 55c1cada4a90afcef1d8a1ea49eac13f95fbc1f5 (diff) | |
download | perl-287574fe160c0acf1db74491c1b3e3afe760f298.tar.gz |
regen Configure after backports
os-types are sorted
Diffstat (limited to 'config_h.SH')
-rwxr-xr-x | config_h.SH | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/config_h.SH b/config_h.SH index 5c09d96ea6..4af9925b7c 100755 --- a/config_h.SH +++ b/config_h.SH @@ -927,6 +927,15 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #define OSNAME "$osname" /**/ #define OSVERS "$osvers" /**/ +/* 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. + */ +#$multiarch MULTIARCH /**/ + /* USE_CROSS_COMPILE: * This symbol, if defined, indicates that Perl is being cross-compiled. */ @@ -939,15 +948,6 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un #define PERL_TARGETARCH "$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. - */ -#$multiarch 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, |