~ubuntu-branches/ubuntu/karmic/bmagic/karmic

« back to all changes in this revision

Viewing changes to platforms/intel-linux-gnu.mk

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2009-10-10 01:47:39 UTC
  • Revision ID: james.westby@ubuntu.com-20091010014739-3s6sgpd5eib9s9o0
Tags: 3.5.0-1ubuntu1
* debian/patches/g++-4.4.dpatch: Add missing header to build with g++-4.4;
  patch backported from Debian.
* Change platforms/intel-linux-gnu.mk by hand to prevent FTBFS on amd64
  architecture.

Show diffs side-by-side

added added

removed removed

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