File: config32.sh

package info (click to toggle)
twpsk 4.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,288 kB
  • sloc: cpp: 8,443; sh: 1,952; makefile: 44
file content (8 lines) | stat: -rwxr-xr-x 193 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#! /bin/sh

###   
### Use this script to configure for a 32 bit compile on a 64 bit PC
###   

./configure --build=i386-pc-linux-gnu "CXXFLAGS=-m32" "LDFLAGS=-m32"
##-L/usr/lib/i386-linux-gnu