drop unused sources too
This commit is contained in:
parent
b2750cf6d8
commit
0d0b4aff99
@ -10,10 +10,6 @@ Source0: http://ftp.gnu.org/gnu/libsigsegv/libsigsegv-%{version}.tar.gz
|
|||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
## upstream patches
|
|
||||||
|
|
||||||
Source1: sigsegv-wrapper.h
|
|
||||||
|
|
||||||
BuildRequires: automake libtool
|
BuildRequires: automake libtool
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,19 +0,0 @@
|
|||||||
/* This file is here to prevent a file conflict on multiarch systems. A
|
|
||||||
* conflict will occur because sigsegv.h has arch-specific definitions.
|
|
||||||
*
|
|
||||||
* DO NOT INCLUDE THE NEW FILE DIRECTLY -- ALWAYS INCLUDE THIS ONE INSTEAD. */
|
|
||||||
|
|
||||||
#ifndef SIGSEGV_MULTILIB_H
|
|
||||||
#define SIGSEGV_MULTILIB_H
|
|
||||||
#include <bits/wordsize.h>
|
|
||||||
|
|
||||||
#if __WORDSIZE == 32
|
|
||||||
#include "sigsegv-32.h"
|
|
||||||
#elif __WORDSIZE == 64
|
|
||||||
#include "sigsegv-64.h"
|
|
||||||
#else
|
|
||||||
#error "unexpected value for __WORDSIZE macro"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user