~ubuntu-branches/ubuntu/precise/perl/precise

« back to all changes in this revision

Viewing changes to hints/vos.sh

  • Committer: Bazaar Package Importer
  • Author(s): Niko Tyni
  • Date: 2011-02-06 11:31:38 UTC
  • mto: (8.2.12 experimental) (1.1.12)
  • mto: This revision was merged to the branch mainline in revision 46.
  • Revision ID: james.westby@ubuntu.com-20110206113138-lzpm3g6rur7i3eyp
Tags: upstream-5.12.3
ImportĀ upstreamĀ versionĀ 5.12.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
 
11
11
# C compiler and default options.
12
12
cc=gcc
13
 
ccflags="-D_SVID_SOURCE -D_POSIX_C_SOURCE=200112L"
 
13
ccflags="-D_SVID_SOURCE -D_POSIX_C_SOURCE=200112L -D_VOS_EXTENDED_NAMES"
14
14
 
15
15
# Make command.
16
16
make="/system/gnu_library/bin/gmake"