~ubuntu-branches/ubuntu/lucid/skyeye/lucid-proposed

« back to all changes in this revision

Viewing changes to arch/ppc/mach/Makefile

  • Committer: Bazaar Package Importer
  • Author(s): Yu Guanghui
  • Date: 2007-08-07 13:25:49 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20070807132549-96159k1obat1fxr0
Tags: 1.2.3-1
* New upstream release
* Added NO_BFD=1, don't require libbfd now. (Closes:Bug#423933) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
CROSS_COMPILE ?=
 
2
EXTRA_CFLAGS ?=
1
3
 
2
 
# for GTK+ on Win32
3
 
ifeq ($(OSTYPE),msys)
4
 
CFLAGS := $(CFLAGS) -mthreads -mms-bitfields
5
 
else
6
 
ifeq ($(TERM),cygwin)
7
 
CFLAGS := $(CFLAGS) -mms-bitfields
8
 
endif
9
 
endif
 
4
CC = $(CROSS_COMPILE)gcc
 
5
CFLAGS := $(CFLAGS) $(EXTRA_CFLAGS)
10
6
 
11
7
all:
12
8