~ubuntu-branches/ubuntu/trusty/bmagic/trusty-proposed

« back to all changes in this revision

Viewing changes to platforms/cygwin.mk

  • Committer: Bazaar Package Importer
  • Author(s): Roberto C. Sanchez
  • Date: 2009-10-30 18:48:35 UTC
  • mfrom: (4.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091030184835-2tqroygiq2pevwij
Tags: 3.6.0-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
COMMON_LDFLAGS = $(LINKER_DFLAGS) -export-dynamic -L/usr/local/lib
13
13
COMMON_CLDFLAGS = $(COMMON_LDFLAGS)
14
14
EXTERN_LIBS = $(EXTERN_LIBS_BASE)/lib
15
 
CXX = g++ -mcpu=pentiumpro -march=pentiumpro -Wall
16
 
CC = gcc -mcpu=pentiumpro -march=pentiumpro -Wall
 
15
CXX = g++ -march=pentium4 -Wall
 
16
CC = gcc -march=pentium4 -Wall
17
17
LD = g++
18
18
CC_PIC_FLAGS = -fPIC
19
19
CXX_PIC_FLAGS = -fPIC