Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SPECS/gcc15/gcc15.spec
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Patch1034: 0034-RISC-V-Update-Profiles-string-in-RV23.patch
Patch1035: 0035-RISC-V-Add-Profiles-RVA-B23S64-support.patch
Patch1036: 0036-RISC-V-check-if-we-can-vec_extract.patch
# Fix tree vectorization breaking NaN handling of fmin/fmax
Patch1000: 1000-UPSTREAM-RISC-V-Change-initial-value-for-fmin-fmax-autovec-re.patch
Patch2000: 1000-UPSTREAM-RISC-V-Change-initial-value-for-fmin-fmax-autovec-re.patch

%description
Core package for the GNU Compiler Collection, including the C language
Expand Down
2 changes: 1 addition & 1 deletion SPECS/gcc16/gcc16.spec
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ Runtime library for the GNU Modula-2 language.
%setup -q -n gcc-%{version}

#test patching start
%patch -p1 -P 2000 -P 2001
%autopatch -p1 -m 1000

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe just

-%setup -q -n gcc-%{version}
-
-#test patching start
-%patch -p1 -P 2000 -P 2001
-#test patching end
+%autosetup -p1 -n gcc-%{version}

#test patching end

%build
Expand Down
Loading