~mysql/mysql-server/mysql-6.0

« back to all changes in this revision

Viewing changes to BUILD/compile-sparc

  • Committer: antony at xiphis
  • Date: 2007-12-21 22:49:56 UTC
  • mto: (2476.1304.3)
  • mto: This revision was merged to the branch mainline in revision 2573.
  • Revision ID: sp1r-antony@pcg5ppc.xiphis.org-20071221224956-18150
Fix Sparc build, don't build if compiler doesn't support assembler

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh
 
2
 
 
3
path=`dirname $0`
 
4
. "$path/SETUP.sh"
 
5
 
 
6
extra_flags="$sparc_cflags $fast_cflags"
 
7
extra_configs="$static_link"
 
8
strip=yes
 
9
 
 
10
. "$path/FINISH.sh"