File: config32.sh

package info (click to toggle)
psk31lx 2.1-1%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 960 kB
  • sloc: sh: 4,962; cpp: 3,926; makefile: 38
file content (8 lines) | stat: -rwxr-xr-x 195 bytes parent folder | download | duplicates (2)
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"