diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-01-01 18:32:50 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-01-01 18:32:50 +0100 |
commit | 6e89a33a76ad97097e5b456387f1289b6addf741 (patch) | |
tree | 49b9b9f72433b0b3cb54e783379dce5f288b9ce4 /config_h.SH | |
parent | 841a5e1869a65f80379c03832eaf9887546a9622 (diff) | |
download | perl-6e89a33a76ad97097e5b456387f1289b6addf741.tar.gz |
Regenerated Configure after backports
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 c56867be6a..071229a09d 100755 --- a/config_h.SH +++ b/config_h.SH @@ -921,15 +921,6 @@ 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. */ @@ -942,6 +933,15 @@ 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, |