Skip to content

Commit

Permalink
Allow some warnings when building libgcc (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackhex authored and eukarpov committed Nov 25, 2024
1 parent 023017d commit 9529815
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion libgcc/config/aarch64/t-aarch64
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,5 @@ LIB2ADDEH += \
$(srcdir)/config/aarch64/__arm_za_disable.S

SHLIB_MAPFILES += $(srcdir)/config/aarch64/libgcc-sme.ver
LIBGCC2_CFLAGS += -Werror -Wno-prio-ctor-dtor
LIBGCC2_CFLAGS += -Werror -Wno-prio-ctor-dtor -Wno-error=attributes -Wno-error=unused-parameter \
-Wno-error=missing-prototypes -Wno-error=unused-function

0 comments on commit 9529815

Please sign in to comment.