~ubuntu-branches/ubuntu/vivid/nqp/vivid

« back to all changes in this revision

Viewing changes to 3rdparty/dyncall/configure2

  • Committer: Package Import Robot
  • Author(s): Alessandro Ghedini
  • Date: 2012-06-08 14:57:52 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120608145752-ziumy2rhxboeuf3r
Tags: 0.1~2012.04.1-1
* New upstream release
* Bump required parrot version
* Refresh patches
* Bump upstream copyright years for dyncall
* Use dh_parrot debhelper plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
  -o <os>    --os=<os>
20
20
  -a <arch>  --arch=<arch>
21
21
             
22
 
  os   := Linux, (Open|Free|Net|DragonFly)BSD, Windows, Darwin, iPhoneOS, MacOSX, Sun, Haiku, BeOS
 
22
  os   := Linux, (Open|Free|Net|DragonFly)BSD, Windows, Darwin, iOS, MacOSX, Sun, Haiku, BeOS
23
23
  arch := x86, x64, arm, ppc, mips or ""
24
24
 
25
25
EOF
118
118
      addVar TARGET_MACH "-arch i386 -arch x86_64 -arch ppc"
119
119
      addVar MKLIB "libtool -static -o"
120
120
      ;;
121
 
    IOS|iPhoneOS)
 
121
    IOS|iPhoneOS|iOS)
122
122
      addVar CFLAGS "-fPIC"
123
123
      addVar TARGET_ARCH "-arch armv6"
124
124
      addVar TARGET_MACH "-arch armv6"