Remove obsoleted 32-bit patch

This commit is contained in:
Michel Alexandre Salim 2009-09-07 13:07:34 +00:00
parent c6833e1538
commit c8c0f322f0
2 changed files with 0 additions and 16 deletions

View File

@ -1,11 +0,0 @@
--- tools/llvmc/plugins/Base/Base.td.orig 2009-03-28 21:25:47.000000000 +0100
+++ tools/llvmc/plugins/Base/Base.td 2009-03-28 21:26:29.000000000 +0100
@@ -113,7 +113,7 @@
[(in_language "llvm-bitcode"),
(out_language "assembler"),
(output_suffix "s"),
- (cmd_line "llc -relocation-model=pic -f $INFILE -o $OUTFILE"),
+ (cmd_line "llc -f $INFILE -o $OUTFILE"),
(actions (case (switch_on "S"), (stop_compilation)))
]>;

View File

@ -18,8 +18,6 @@ Patch0: llvm-2.6-destdir.patch
Patch1: llvm-2.6-destdir-clang.patch
# http://llvm.org/bugs/show_bug.cgi?id=4911
Patch2: llvm-2.5-tclsh_check.patch
# http://llvm.org/bugs/show_bug.cgi?id=3239
Patch3: llvm-2.5-Base.td-x86_32.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
@ -139,9 +137,6 @@ pushd tools/clang
popd
%patch2 -p1 -b .tclsh_check
%ifarch %{ix86}
%patch3 -p0 -b .ix86pic
%endif
%build
# Note: --enable-pic can be turned off when 2.6 comes out