Fix indentation and numbering errors
Signed-off-by: Peng Fan <fanpeng@loongson.cn>
This commit is contained in:
parent
780c12226c
commit
3ac2bb2d9f
205
Fix-indentation-and-numbering-errors.diff
Normal file
205
Fix-indentation-and-numbering-errors.diff
Normal file
@ -0,0 +1,205 @@
|
|||||||
|
diff --git a/libphobos/libdruntime/Makefile.in b/libphobos/libdruntime/Makefile.in
|
||||||
|
index 91cd653623b..b686f5eb492 100644
|
||||||
|
--- a/libphobos/libdruntime/Makefile.in
|
||||||
|
+++ b/libphobos/libdruntime/Makefile.in
|
||||||
|
@@ -124,13 +124,13 @@ target_triplet = @target@
|
||||||
|
# CPU specific sources
|
||||||
|
@DRUNTIME_CPU_AARCH64_TRUE@am__append_11 = config/aarch64/switchcontext.S
|
||||||
|
@DRUNTIME_CPU_ARM_TRUE@am__append_12 = config/arm/switchcontext.S
|
||||||
|
-@DRUNTIME_CPU_LOONGARCH_TRUE@am__append_13 = config/loongarch/switchcontext.S
|
||||||
|
-@DRUNTIME_CPU_MIPS_TRUE@am__append_14 = config/mips/switchcontext.S
|
||||||
|
-@DRUNTIME_CPU_POWERPC_TRUE@am__append_15 = config/powerpc/switchcontext.S
|
||||||
|
-@DRUNTIME_CPU_X86_TRUE@@DRUNTIME_OS_MINGW_TRUE@am__append_16 = config/mingw/switchcontext.S
|
||||||
|
-@DRUNTIME_CPU_X86_TRUE@@DRUNTIME_OS_MINGW_FALSE@am__append_17 = config/x86/switchcontext.S
|
||||||
|
-@DRUNTIME_CPU_SYSTEMZ_TRUE@am__append_18 = config/systemz/get_tls_offset.S
|
||||||
|
-@DRUNTIME_CPU_S390_TRUE@am__append_19 = config/s390/get_tls_offset.S
|
||||||
|
+@DRUNTIME_CPU_MIPS_TRUE@am__append_13 = config/mips/switchcontext.S
|
||||||
|
+@DRUNTIME_CPU_POWERPC_TRUE@am__append_14 = config/powerpc/switchcontext.S
|
||||||
|
+@DRUNTIME_CPU_X86_TRUE@@DRUNTIME_OS_MINGW_TRUE@am__append_15 = config/mingw/switchcontext.S
|
||||||
|
+@DRUNTIME_CPU_X86_TRUE@@DRUNTIME_OS_MINGW_FALSE@am__append_16 = config/x86/switchcontext.S
|
||||||
|
+@DRUNTIME_CPU_SYSTEMZ_TRUE@am__append_17 = config/systemz/get_tls_offset.S
|
||||||
|
+@DRUNTIME_CPU_S390_TRUE@am__append_18 = config/s390/get_tls_offset.S
|
||||||
|
+@DRUNTIME_CPU_LOONGARCH_TRUE@am__append_19 = config/loongarch/switchcontext.S
|
||||||
|
subdir = libdruntime
|
||||||
|
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
|
||||||
|
am__aclocal_m4_deps = $(top_srcdir)/../config/acx.m4 \
|
||||||
|
@@ -475,14 +475,14 @@ am__objects_22 = core/sys/solaris/dlfcn.lo core/sys/solaris/elf.lo \
|
||||||
|
@DRUNTIME_OS_SOLARIS_TRUE@am__objects_23 = $(am__objects_22)
|
||||||
|
@DRUNTIME_CPU_AARCH64_TRUE@am__objects_24 = config/aarch64/libgdruntime_la-switchcontext.lo
|
||||||
|
@DRUNTIME_CPU_ARM_TRUE@am__objects_25 = config/arm/libgdruntime_la-switchcontext.lo
|
||||||
|
-@DRUNTIME_CPU_LOONGARCH_TRUE@am__objects_26 = config/loongarch/libgdruntime_la-switchcontext.lo
|
||||||
|
-@DRUNTIME_CPU_MIPS_TRUE@am__objects_27 = config/mips/libgdruntime_la-switchcontext.lo
|
||||||
|
-@DRUNTIME_CPU_POWERPC_TRUE@am__objects_28 = config/powerpc/libgdruntime_la-switchcontext.lo
|
||||||
|
-@DRUNTIME_CPU_X86_TRUE@@DRUNTIME_OS_MINGW_TRUE@am__objects_29 = config/mingw/libgdruntime_la-switchcontext.lo
|
||||||
|
-@DRUNTIME_CPU_X86_TRUE@@DRUNTIME_OS_MINGW_FALSE@am__objects_30 = config/x86/libgdruntime_la-switchcontext.lo
|
||||||
|
-@DRUNTIME_CPU_SYSTEMZ_TRUE@am__objects_31 = config/systemz/libgdruntime_la-get_tls_offset.lo
|
||||||
|
-@DRUNTIME_CPU_S390_TRUE@am__objects_32 = config/s390/libgdruntime_la-get_tls_offset.lo
|
||||||
|
-am__objects_33 = $(am__objects_6) $(am__objects_8) $(am__objects_10) \
|
||||||
|
+@DRUNTIME_CPU_MIPS_TRUE@am__objects_26 = config/mips/libgdruntime_la-switchcontext.lo
|
||||||
|
+@DRUNTIME_CPU_POWERPC_TRUE@am__objects_27 = config/powerpc/libgdruntime_la-switchcontext.lo
|
||||||
|
+@DRUNTIME_CPU_X86_TRUE@@DRUNTIME_OS_MINGW_TRUE@am__objects_28 = config/mingw/libgdruntime_la-switchcontext.lo
|
||||||
|
+@DRUNTIME_CPU_X86_TRUE@@DRUNTIME_OS_MINGW_FALSE@am__objects_29 = config/x86/libgdruntime_la-switchcontext.lo
|
||||||
|
+@DRUNTIME_CPU_SYSTEMZ_TRUE@am__objects_30 = config/systemz/libgdruntime_la-get_tls_offset.lo
|
||||||
|
+@DRUNTIME_CPU_S390_TRUE@am__objects_31 = config/s390/libgdruntime_la-get_tls_offset.lo
|
||||||
|
+@DRUNTIME_CPU_LOONGARCH_TRUE@am__objects_32 = config/loongarch/libgdruntime_la-switchcontext.lo
|
||||||
|
+am__objects_33 = $(am__objects_5) $(am__objects_7) $(am__objects_9) \
|
||||||
|
$(am__objects_11) $(am__objects_13) $(am__objects_15) \
|
||||||
|
$(am__objects_17) $(am__objects_19) $(am__objects_21) \
|
||||||
|
$(am__objects_23) $(am__objects_24) $(am__objects_25) \
|
||||||
|
@@ -500,22 +500,22 @@ am__objects_36 = core/stdc/libgdruntime_convenience_la-errno_.lo
|
||||||
|
@DRUNTIME_OS_MINGW_TRUE@ config/mingw/libgdruntime_convenience_la-msvc.lo
|
||||||
|
@DRUNTIME_CPU_AARCH64_TRUE@am__objects_38 = config/aarch64/libgdruntime_convenience_la-switchcontext.lo
|
||||||
|
@DRUNTIME_CPU_ARM_TRUE@am__objects_39 = config/arm/libgdruntime_convenience_la-switchcontext.lo
|
||||||
|
-@DRUNTIME_CPU_LOONGARCH_TRUE@am__objects_40 = config/loongarch/libgdruntime_convenience_la-switchcontext.lo
|
||||||
|
-@DRUNTIME_CPU_MIPS_TRUE@am__objects_41 = config/mips/libgdruntime_convenience_la-switchcontext.lo
|
||||||
|
-@DRUNTIME_CPU_POWERPC_TRUE@am__objects_42 = config/powerpc/libgdruntime_convenience_la-switchcontext.lo
|
||||||
|
-@DRUNTIME_CPU_X86_TRUE@@DRUNTIME_OS_MINGW_TRUE@am__objects_43 = config/mingw/libgdruntime_convenience_la-switchcontext.lo
|
||||||
|
-@DRUNTIME_CPU_X86_TRUE@@DRUNTIME_OS_MINGW_FALSE@am__objects_44 = config/x86/libgdruntime_convenience_la-switchcontext.lo
|
||||||
|
-@DRUNTIME_CPU_SYSTEMZ_TRUE@am__objects_45 = config/systemz/libgdruntime_convenience_la-get_tls_offset.lo
|
||||||
|
-@DRUNTIME_CPU_S390_TRUE@am__objects_46 = config/s390/libgdruntime_convenience_la-get_tls_offset.lo
|
||||||
|
+@DRUNTIME_CPU_MIPS_TRUE@am__objects_40 = config/mips/libgdruntime_convenience_la-switchcontext.lo
|
||||||
|
+@DRUNTIME_CPU_POWERPC_TRUE@am__objects_41 = config/powerpc/libgdruntime_convenience_la-switchcontext.lo
|
||||||
|
+@DRUNTIME_CPU_X86_TRUE@@DRUNTIME_OS_MINGW_TRUE@am__objects_42 = config/mingw/libgdruntime_convenience_la-switchcontext.lo
|
||||||
|
+@DRUNTIME_CPU_X86_TRUE@@DRUNTIME_OS_MINGW_FALSE@am__objects_43 = config/x86/libgdruntime_convenience_la-switchcontext.lo
|
||||||
|
+@DRUNTIME_CPU_SYSTEMZ_TRUE@am__objects_44 = config/systemz/libgdruntime_convenience_la-get_tls_offset.lo
|
||||||
|
+@DRUNTIME_CPU_S390_TRUE@am__objects_45 = config/s390/libgdruntime_convenience_la-get_tls_offset.lo
|
||||||
|
+@DRUNTIME_CPU_LOONGARCH_TRUE@am__objects_46 = config/loongarch/libgdruntime_convenience_la-switchcontext.lo
|
||||||
|
am__objects_47 = $(am__objects_5) $(am__objects_7) $(am__objects_9) \
|
||||||
|
$(am__objects_11) $(am__objects_13) $(am__objects_15) \
|
||||||
|
- $(am__objects_17) $(am__objects_19) $(am__objects_36) \
|
||||||
|
- $(am__objects_23) $(am__objects_37) $(am__objects_38) \
|
||||||
|
- $(am__objects_39) $(am__objects_40) $(am__objects_41) \
|
||||||
|
- $(am__objects_42) $(am__objects_43) $(am__objects_44) \
|
||||||
|
- $(am__objects_45) $(am__objects_46)
|
||||||
|
-am__objects_48 = $(am__objects_1) $(am__objects_35) $(am__objects_3) \
|
||||||
|
- $(am__objects_47) $(am__objects_33)
|
||||||
|
+ $(am__objects_17) $(am__objects_19) $(am__objects_37) \
|
||||||
|
+ $(am__objects_23) $(am__objects_38) $(am__objects_39) \
|
||||||
|
+ $(am__objects_40) $(am__objects_41) $(am__objects_42) \
|
||||||
|
+ $(am__objects_43) $(am__objects_44) $(am__objects_45) \
|
||||||
|
+ $(am__objects_46)
|
||||||
|
+am__objects_48 = $(am__objects_1) $(am__objects_36) $(am__objects_3) \
|
||||||
|
+ $(am__objects_47) $(am__objects_34)
|
||||||
|
am__objects_49 = $(am__objects_48)
|
||||||
|
am_libgdruntime_convenience_la_OBJECTS = $(am__objects_49)
|
||||||
|
libgdruntime_convenience_la_OBJECTS = \
|
||||||
|
@@ -1905,11 +1905,6 @@ config/arm/$(am__dirstamp):
|
||||||
|
@: > config/arm/$(am__dirstamp)
|
||||||
|
config/arm/libgdruntime_la-switchcontext.lo: \
|
||||||
|
config/arm/$(am__dirstamp)
|
||||||
|
-config/loongarch/$(am__dirstamp):
|
||||||
|
- @$(MKDIR_P) config/loongarch
|
||||||
|
- @: > config/loongarch/$(am__dirstamp)
|
||||||
|
-config/loongarch/libgdruntime_la-switchcontext.lo: \
|
||||||
|
- config/loongarch/$(am__dirstamp)
|
||||||
|
config/mips/$(am__dirstamp):
|
||||||
|
@$(MKDIR_P) config/mips
|
||||||
|
@: > config/mips/$(am__dirstamp)
|
||||||
|
@@ -1937,6 +1932,11 @@ config/s390/$(am__dirstamp):
|
||||||
|
@: > config/s390/$(am__dirstamp)
|
||||||
|
config/s390/libgdruntime_la-get_tls_offset.lo: \
|
||||||
|
config/s390/$(am__dirstamp)
|
||||||
|
+config/loongarch/$(am__dirstamp):
|
||||||
|
+ @$(MKDIR_P) config/loongarch
|
||||||
|
+ @: > config/loongarch/$(am__dirstamp)
|
||||||
|
+config/loongarch/libgdruntime_la-switchcontext.lo: \
|
||||||
|
+ config/loongarch/$(am__dirstamp)
|
||||||
|
gcc/config.lo: gcc/$(am__dirstamp)
|
||||||
|
gcc/libbacktrace.lo: gcc/$(am__dirstamp)
|
||||||
|
|
||||||
|
@@ -1950,8 +1950,6 @@ config/aarch64/libgdruntime_convenience_la-switchcontext.lo: \
|
||||||
|
config/aarch64/$(am__dirstamp)
|
||||||
|
config/arm/libgdruntime_convenience_la-switchcontext.lo: \
|
||||||
|
config/arm/$(am__dirstamp)
|
||||||
|
-config/loongarch/libgdruntime_convenience_la-switchcontext.lo: \
|
||||||
|
- config/loongarch/$(am__dirstamp)
|
||||||
|
config/mips/libgdruntime_convenience_la-switchcontext.lo: \
|
||||||
|
config/mips/$(am__dirstamp)
|
||||||
|
config/powerpc/libgdruntime_convenience_la-switchcontext.lo: \
|
||||||
|
@@ -1964,6 +1962,8 @@ config/systemz/libgdruntime_convenience_la-get_tls_offset.lo: \
|
||||||
|
config/systemz/$(am__dirstamp)
|
||||||
|
config/s390/libgdruntime_convenience_la-get_tls_offset.lo: \
|
||||||
|
config/s390/$(am__dirstamp)
|
||||||
|
+config/loongarch/libgdruntime_convenience_la-switchcontext.lo: \
|
||||||
|
+ config/loongarch/$(am__dirstamp)
|
||||||
|
|
||||||
|
libgdruntime_convenience.la: $(libgdruntime_convenience_la_OBJECTS) $(libgdruntime_convenience_la_DEPENDENCIES) $(EXTRA_libgdruntime_convenience_la_DEPENDENCIES)
|
||||||
|
$(AM_V_GEN)$(libgdruntime_convenience_la_LINK) $(libgdruntime_convenience_la_OBJECTS) $(libgdruntime_convenience_la_LIBADD) $(LIBS)
|
||||||
|
@@ -1976,14 +1976,14 @@ mostlyclean-compile:
|
||||||
|
-rm -f config/arm/*.lo
|
||||||
|
-rm -f config/mingw/*.$(OBJEXT)
|
||||||
|
-rm -f config/mingw/*.lo
|
||||||
|
- -rm -f config/loongarch/*.$(OBJEXT)
|
||||||
|
- -rm -f config/loongarch/*.lo
|
||||||
|
-rm -f config/mips/*.$(OBJEXT)
|
||||||
|
-rm -f config/mips/*.lo
|
||||||
|
-rm -f config/powerpc/*.$(OBJEXT)
|
||||||
|
-rm -f config/powerpc/*.lo
|
||||||
|
-rm -f config/s390/*.$(OBJEXT)
|
||||||
|
-rm -f config/s390/*.lo
|
||||||
|
+ -rm -f config/loongarch/*.$(OBJEXT)
|
||||||
|
+ -rm -f config/loongarch/*.lo
|
||||||
|
-rm -f config/systemz/*.$(OBJEXT)
|
||||||
|
-rm -f config/systemz/*.lo
|
||||||
|
-rm -f config/x86/*.$(OBJEXT)
|
||||||
|
@@ -2101,10 +2101,7 @@ config/aarch64/libgdruntime_la-switchcontext.lo: config/aarch64/switchcontext.S
|
||||||
|
config/arm/libgdruntime_la-switchcontext.lo: config/arm/switchcontext.S
|
||||||
|
$(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(libgdruntime_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o config/arm/libgdruntime_la-switchcontext.lo `test -f 'config/arm/switchcontext.S' || echo '$(srcdir)/'`config/arm/switchcontext.S
|
||||||
|
|
||||||
|
-config/loongarch/libgdruntime_la-switchcontext.lo: config/loongarch/switchcontext.S
|
||||||
|
- $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(libgdruntime_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS)
|
||||||
|
-
|
||||||
|
-onfig/mips/libgdruntime_la-switchcontext.lo: config/mips/switchcontext.S
|
||||||
|
+config/mips/libgdruntime_la-switchcontext.lo: config/mips/switchcontext.S
|
||||||
|
$(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(libgdruntime_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o config/mips/libgdruntime_la-switchcontext.lo `test -f 'config/mips/switchcontext.S' || echo '$(srcdir)/'`config/mips/switchcontext.S
|
||||||
|
|
||||||
|
config/powerpc/libgdruntime_la-switchcontext.lo: config/powerpc/switchcontext.S
|
||||||
|
@@ -2122,18 +2119,21 @@ config/systemz/libgdruntime_la-get_tls_offset.lo: config/systemz/get_tls_offset.
|
||||||
|
config/s390/libgdruntime_la-get_tls_offset.lo: config/s390/get_tls_offset.S
|
||||||
|
$(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(libgdruntime_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o config/s390/libgdruntime_la-get_tls_offset.lo `test -f 'config/s390/get_tls_offset.S' || echo '$(srcdir)/'`config/s390/get_tls_offset.S
|
||||||
|
|
||||||
|
+config/loongarch/libgdruntime_la-switchcontext.lo: config/loongarch/switchcontext.S
|
||||||
|
+ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(libgdruntime_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o config/loongarch/libgdruntime_la-switchcontext.lo `test -f 'config/loongarch/switchcontext.S' || echo '$(srcdir)/'`config/loongarch/switchcontext.S
|
||||||
|
+
|
||||||
|
config/aarch64/libgdruntime_convenience_la-switchcontext.lo: config/aarch64/switchcontext.S
|
||||||
|
$(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(libgdruntime_convenience_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o config/aarch64/libgdruntime_convenience_la-switchcontext.lo `test -f 'config/aarch64/switchcontext.S' || echo '$(srcdir)/'`config/aarch64/switchcontext.S
|
||||||
|
|
||||||
|
config/arm/libgdruntime_convenience_la-switchcontext.lo: config/arm/switchcontext.S
|
||||||
|
$(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(libgdruntime_convenience_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o config/arm/libgdruntime_convenience_la-switchcontext.lo `test -f 'config/arm/switchcontext.S' || echo '$(srcdir)/'`config/arm/switchcontext.S
|
||||||
|
|
||||||
|
-config/loongarch/libgdruntime_convenience_la-switchcontext.lo: config/loongarch/switchcontext.S
|
||||||
|
- $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(libgdruntime_convenience_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM
|
||||||
|
-
|
||||||
|
config/mips/libgdruntime_convenience_la-switchcontext.lo: config/mips/switchcontext.S
|
||||||
|
$(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(libgdruntime_convenience_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o config/mips/libgdruntime_convenience_la-switchcontext.lo `test -f 'config/mips/switchcontext.S' || echo '$(srcdir)/'`config/mips/switchcontext.S
|
||||||
|
|
||||||
|
+config/loongarch/libgdruntime_convenience_la-switchcontext.lo: config/loongarch/switchcontext.S
|
||||||
|
+ $(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(libgdruntime_convenience_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o config/loongarch/libgdruntime_convenience_la-switchcontext.lo `test -f 'config/loongarch/switchcontext.S' || echo '$(srcdir)/'`config/loongarch/switchcontext.S
|
||||||
|
+
|
||||||
|
config/powerpc/libgdruntime_convenience_la-switchcontext.lo: config/powerpc/switchcontext.S
|
||||||
|
$(AM_V_CPPAS)$(LIBTOOL) $(AM_V_lt) $(libgdruntime_convenience_la_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CCAS) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CCASFLAGS) $(CCASFLAGS) -c -o config/powerpc/libgdruntime_convenience_la-switchcontext.lo `test -f 'config/powerpc/switchcontext.S' || echo '$(srcdir)/'`config/powerpc/switchcontext.S
|
||||||
|
|
||||||
|
@@ -2178,10 +2178,10 @@ clean-libtool:
|
||||||
|
-rm -rf config/aarch64/.libs config/aarch64/_libs
|
||||||
|
-rm -rf config/arm/.libs config/arm/_libs
|
||||||
|
-rm -rf config/mingw/.libs config/mingw/_libs
|
||||||
|
- -rm -rf config/loongarch/.libs config/loongarch/_libs
|
||||||
|
-rm -rf config/mips/.libs config/mips/_libs
|
||||||
|
-rm -rf config/powerpc/.libs config/powerpc/_libs
|
||||||
|
-rm -rf config/s390/.libs config/s390/_libs
|
||||||
|
+ -rm -rf config/loongarch/.libs config/loongarch/_libs
|
||||||
|
-rm -rf config/systemz/.libs config/systemz/_libs
|
||||||
|
-rm -rf config/x86/.libs config/x86/_libs
|
||||||
|
-rm -rf core/.libs core/_libs
|
||||||
|
@@ -2340,10 +2340,10 @@ distclean-generic:
|
||||||
|
-rm -f config/aarch64/$(am__dirstamp)
|
||||||
|
-rm -f config/arm/$(am__dirstamp)
|
||||||
|
-rm -f config/mingw/$(am__dirstamp)
|
||||||
|
- -rm -f config/loongarch/$(am__dirstamp)
|
||||||
|
-rm -f config/mips/$(am__dirstamp)
|
||||||
|
-rm -f config/powerpc/$(am__dirstamp)
|
||||||
|
-rm -f config/s390/$(am__dirstamp)
|
||||||
|
+ -rm -f config/loongarch/$(am__dirstamp)
|
||||||
|
-rm -f config/systemz/$(am__dirstamp)
|
||||||
|
-rm -f config/x86/$(am__dirstamp)
|
||||||
|
-rm -f core/$(am__dirstamp)
|
||||||
9
gcc.spec
9
gcc.spec
@ -2,7 +2,7 @@
|
|||||||
%global gcc_major 12
|
%global gcc_major 12
|
||||||
# Note, gcc_release must be integer, if you want to add suffixes to
|
# Note, gcc_release must be integer, if you want to add suffixes to
|
||||||
# %%{release}, append them after %%{gcc_release} on Release: line.
|
# %%{release}, append them after %%{gcc_release} on Release: line.
|
||||||
%global gcc_release 44
|
%global gcc_release 45
|
||||||
|
|
||||||
%global _unpackaged_files_terminate_build 0
|
%global _unpackaged_files_terminate_build 0
|
||||||
%global _performance_build 1
|
%global _performance_build 1
|
||||||
@ -738,6 +738,7 @@ Patch3318: 0188-libphobos-Update-build-scripts-for-LoongArch64.patch
|
|||||||
Patch3319: 0189-LoongArch-fix-building-errors.patch
|
Patch3319: 0189-LoongArch-fix-building-errors.patch
|
||||||
Patch3320: 0190-tree-optimization-110702-avoid-zero-based-memory-ref.patch
|
Patch3320: 0190-tree-optimization-110702-avoid-zero-based-memory-ref.patch
|
||||||
Patch3321: 0191-LoongArch-Change-OSDIR-for-distribution.patch
|
Patch3321: 0191-LoongArch-Change-OSDIR-for-distribution.patch
|
||||||
|
Patch3322: Fix-indentation-and-numbering-errors.diff
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# On ARM EABI systems, we do want -gnueabi to be part of the
|
# On ARM EABI systems, we do want -gnueabi to be part of the
|
||||||
@ -1808,6 +1809,7 @@ not stable, so plugins must be rebuilt any time GCC is updated.
|
|||||||
%patch -P3319 -p1
|
%patch -P3319 -p1
|
||||||
%patch -P3320 -p1
|
%patch -P3320 -p1
|
||||||
%patch -P3321 -p1
|
%patch -P3321 -p1
|
||||||
|
%patch -P3322 -p1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
echo '%{_vendor} %{version}-%{release}' > gcc/DEV-PHASE
|
echo '%{_vendor} %{version}-%{release}' > gcc/DEV-PHASE
|
||||||
@ -4076,6 +4078,11 @@ end
|
|||||||
%doc rpm.doc/changelogs/libcc1/ChangeLog*
|
%doc rpm.doc/changelogs/libcc1/ChangeLog*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 25 2024 Peng Fan <fanpeng@loongson.cn> - 12.3.1-45
|
||||||
|
- Type: BUGFIX
|
||||||
|
- DESC:
|
||||||
|
- Fix indentation and numbering errors in makefile.
|
||||||
|
|
||||||
* Thu Nov 21 2024 jchzhou <zhoujiacheng@iscas.ac.cn> - 12.3.1-44
|
* Thu Nov 21 2024 jchzhou <zhoujiacheng@iscas.ac.cn> - 12.3.1-44
|
||||||
- Type: Sync
|
- Type: Sync
|
||||||
- DESC: Sync patches for fixing building issues with clang
|
- DESC: Sync patches for fixing building issues with clang
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user