summaryrefslogtreecommitdiff
path: root/config_h.SH
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-08-28 21:02:15 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-08-28 21:02:15 +0000
commitc1a7f87b549f2a07381406dc80613bd49a251e30 (patch)
treea8e5fd6be744f592466c1c3454d91fa382d5ab2e /config_h.SH
parentd553adecd04300d132a718970d6b17b4663f3e32 (diff)
downloadperl-c1a7f87b549f2a07381406dc80613bd49a251e30.tar.gz
Add -ld to archname on long tr...double platforms.
p4raw-id: //depot/perl@6865
Diffstat (limited to 'config_h.SH')
-rw-r--r--config_h.SH5
1 files changed, 5 insertions, 0 deletions
diff --git a/config_h.SH b/config_h.SH
index a9bb0ea163..da25617743 100644
--- a/config_h.SH
+++ b/config_h.SH
@@ -2548,8 +2548,13 @@ sed <<!GROK!THIS! >$CONFIG_H -e 's!^#undef\(.*/\)\*!/\*#define\1 \*!' -e 's!^#un
* This symbol, if defined, contains the string used by stdio to
* format long doubles (format 'g') for output.
*/
+/* PERL_PRIeldbl:
+ * This symbol, if defined, contains the string used by stdio to
+ * format long doubles (format 'e') for output.
+ */
#$d_PRIfldbl PERL_PRIfldbl $sPRIfldbl /**/
#$d_PRIgldbl PERL_PRIgldbl $sPRIgldbl /**/
+#$d_PRIeldbl PERL_PRIeldbl $sPRIeldbl /**/
/* Off_t:
* This symbol holds the type used to declare offsets in the kernel.