~ubuntu-branches/ubuntu/jaunty/bmagic/jaunty

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Andres Salomon
  • Date: 2008-01-05 23:58:56 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20080105235856-2kmxhxkz14qjy9ia
Tags: 3.5.0-1
* New upstream release.
* Add tcpp.dpatch.  This stops tests/stress/t.cpp from including
  ncbi_pch.hpp.  As far as I can tell, NCBI is not used at all, I have
  no idea where that came from..
* Silence some lintian warnings; binary-arch-rules-but-pkg-is-arch-indep
  and ancient-standards-version.

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++ -Wall 
14
 
    CC = gcc -Wall 
 
13
    CXX = g++ -mcpu=pentiumpro -march=pentiumpro -Wall 
 
14
    CC = gcc -mcpu=pentiumpro -march=pentiumpro -Wall 
15
15
    LD = g++
16
16
    CC_PIC_FLAGS = -fPIC
17
17
    CXX_PIC_FLAGS = -fPIC