~ubuntu-branches/debian/sid/gnat-4.4/sid

« back to all changes in this revision

Viewing changes to debian/patches/mips-fix-loongson2f-nop.diff

  • Committer: Bazaar Package Importer
  • Author(s): Ludovic Brenta
  • Date: 2010-05-09 23:28:13 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20100509232813-bykj33gg0mc34opr
Tags: 4.4.4-2
* debian/control.m4, debian/control: make upgrades from Lenny work without
  broken packages or hard decisions.
  (gnat-4.4): replace all previous versions of gnat-X.Y.
  (libgnat{vsn,prj}4.4-dev):
  - Replace the corresponding 4.3 package in addition to Conflicting with it.
  - Suggest the -dbg package, too.
  (libgnat{vsn,prj}4.4-dbg):
  - Depend on the -dev package, too.
  - Do not recommend gnat-gdb, superseded by gdb.
  (libgnatprj4.4-dbg): do not recommend libgnatprj-dev, no longer in the archive.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# DP: On mips, pass -mfix-loongson2f-nop to as, if -mno-fix-loongson2f-nop
 
2
# DP: is not passed.
 
3
 
 
4
--- a/src/gcc/config/mips/mips.h~       2009-02-20 16:20:38.000000000 +0100
 
5
+++ b/src/gcc/config/mips/mips.h        2010-04-17 19:59:38.033585306 +0200
 
6
@@ -1152,6 +1152,7 @@
 
7
 %{mshared} %{mno-shared} \
 
8
 %{msym32} %{mno-sym32} \
 
9
 %{mtune=*} %{v} \
 
10
+%{!mno-fix-loongson2f-nop:-mfix-loongson2f-nop} \
 
11
 %(subtarget_asm_spec)"
 
12
 
 
13
 /* Extra switches sometimes passed to the linker.  */