This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
applied new parts of suggested patch
[perl5.git] / hints / posix-bc.sh
CommitLineData
a1a0e61e
TD
1#! /usr/bin/bash -norc
2# hints/posix-bc.sh
3#
4# BS2000 (Posix Subsystem) hints by Thomas Dorner <Thomas.Dorner@start.de>
5#
6# thanks to the authors of the os390.sh
7#
8
9# To get ANSI C, we need to use c89, and ld doesn't exist
10cc='c89'
11ld='c89'
12
13# C-Flags:
14ccflags='-DPOSIX_BC -DUSE_PURE_BISON -D_XOPEN_SOURCE_EXTENDED'
15
16# Turning on optimization breaks perl (CORE-DUMP):
17optimize='none'
18
19# we don''t use dynamic memorys (yet):
20so='none'
21usedl='no'
22dlext='none'
23
24# On BS2000/Posix, libc.a doesn't really hold anything at all,
25# so running nm on it is pretty useless.
26usenm='no'
27
28# other Options:
29
30usemymalloc='no'
31
32archobjs=ebcdic.o
33