Watch out for cross compiling for EPOC (usually done on linux)
Olaf Flebbe [Wed, 31 Jan 2001 23:15:34 +0000 (00:15 +0100)]
Subject: [perl-5-6-1-trial2] patches for EPOC
Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>

p4raw-id: //depot/perl@8650

ext/Errno/Errno_pm.PL

index 3e34b90..dd16515 100644 (file)
@@ -83,6 +83,9 @@ sub get_files {
     } elsif ($^O eq 'vmesa') {
        # OS/390 C compiler doesn't generate #file or #line directives
        $file{'../../vmesa/errno.h'} = 1;
+    } elsif ($Config{archname} eq 'epoc') {
+       # Watch out for cross compiling for EPOC (usually done on linux)
+       $file{'/usr/local/epoc/include/libc/sys/errno.h'} = 1;
     } elsif ($^O eq 'linux') {
        # Some Linuxes have weird errno.hs which generate
        # no #file or #line directives