~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to BUILD/compile-pentium64

  • Committer: brian
  • Date: 2008-06-29 09:22:26 UTC
  • Revision ID: brian@localhost.localdomain-20080629092226-613tcdd3bml6d2u9
Incomming patch to clean up build.

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="$pentium64_cflags $fast_cflags"
7
 
extra_configs="$pentium_configs $static_link"
8
 
CC="$CC --pipe"
9
 
strip=yes
10
 
 
11
 
. "$path/FINISH.sh"