]> git.pld-linux.org Git - packages/gcc.git/commitdiff
- do not check for unresolved symbols on mudflap hooks and java modules. auto/th/gcc-4_5_1-4
authorPaweł Sikora <pluto@pld-linux.org>
Sat, 16 Oct 2010 14:07:56 +0000 (14:07 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 4.

Changed files:
    gcc.spec -> 1.637

gcc.spec

index cdc7bb77aaac53abc8b89c85072f7fefec497187..ee12b1a6bf6218dab5f3a97250b8cffaa2851491 100644 (file)
--- a/gcc.spec
+++ b/gcc.spec
@@ -70,7 +70,7 @@ Summary(pl.UTF-8):    Kolekcja kompilatorów GNU: kompilator C i pliki współdziel
 Summary(pt_BR.UTF-8):  Coleção dos compiladores GNU: o compilador C e arquivos compartilhados
 Name:          gcc
 Version:       %{major_ver}.%{minor_ver}
-Release:       3
+Release:       4
 Epoch:         6
 License:       GPL v3+
 Group:         Development/Languages
@@ -189,6 +189,8 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                filterout       -fwrapv -fno-strict-aliasing -fsigned-char
 %define                filterout_ld    -Wl,--as-needed
 
+%define                skip_post_check_so      '.*(libmudflap|libmudflapth|libxmlj|lib-gnu-awt-xlib)\.so.*'
+
 %description
 A compiler aimed at integrating all the optimizations and features
 necessary for a high-performance and stable development environment.
This page took 0.041564 seconds and 4 git commands to generate.