~ubuntu-branches/ubuntu/trusty/mariadb-5.5/trusty-proposed

« back to all changes in this revision

Viewing changes to BUILD/compile-pentium64-debug-all

  • Committer: Package Import Robot
  • Author(s): Otto Kekäläinen
  • Date: 2013-12-22 10:27:05 UTC
  • Revision ID: package-import@ubuntu.com-20131222102705-mndw7s12mz0szrcn
Tags: upstream-5.5.32
Import upstream version 5.5.32

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
path=`dirname $0`
 
4
set -- "$@" --with-debug=full
 
5
. "$path/SETUP.sh"
 
6
 
 
7
extra_flags="$pentium64_cflags $debug_cflags"
 
8
extra_configs="$pentium_configs $debug_configs $all_configs"
 
9
 
 
10
extra_configs="$extra_configs "
 
11
CC="$CC --pipe"
 
12
. "$path/FINISH.sh"