[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

r6564 - in glibc-package/branches/glibc-2.21/debian: . sysdeps



Author: aurel32
Date: 2015-09-13 14:41:50 +0000 (Sun, 13 Sep 2015)
New Revision: 6564

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/sysdeps/mips.mk
   glibc-package/branches/glibc-2.21/debian/sysdeps/mips64.mk
   glibc-package/branches/glibc-2.21/debian/sysdeps/mips64el.mk
   glibc-package/branches/glibc-2.21/debian/sysdeps/mipsel.mk
Log:
sysdeps.mk/mips*.mk: force the ISA until it gets propagated to all
GCC versions.

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-09-10 16:37:40 UTC (rev 6563)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-09-13 14:41:50 UTC (rev 6564)
@@ -56,6 +56,8 @@
     installed. They are still tested when calling the build-arch or
     binary-arch targets, but not anymore when calling the build-indep or
     binary-indep targets.    
+  * sysdeps.mk/mips*.mk: force the ISA until it gets propagated to all
+    GCC versions.
 
   [ Steven Chamberlain ]
   * sysdeps/kfreebsd.mk: find kfreebsd-kernel-headers in multiarch path.

Modified: glibc-package/branches/glibc-2.21/debian/sysdeps/mips.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/sysdeps/mips.mk	2015-09-10 16:37:40 UTC (rev 6563)
+++ glibc-package/branches/glibc-2.21/debian/sysdeps/mips.mk	2015-09-13 14:41:50 UTC (rev 6564)
@@ -1,12 +1,12 @@
 libc_add-ons = $(add-ons)
-extra_cflags = -mno-plt
+extra_cflags = -mno-plt -march=mips32r2
 
 # build 32-bit (n32) alternative library
 GLIBC_MULTILIB_PASSES += mipsn32
 DEB_ARCH_MULTILIB_PACKAGES += libc6-mipsn32 libc6-dev-mipsn32
 mipsn32_add-ons = $(add-ons)
 mipsn32_configure_target = mips64-linux-gnuabin32
-mipsn32_extra_cflags = -mno-plt
+mipsn32_extra_cflags = -mno-plt -march=mips64r2
 mipsn32_CC = $(CC) -mabi=n32
 mipsn32_CXX = $(CXX) -mabi=n32
 libc6-mipsn32_shlib_dep = libc6-mipsn32 (>= $(shlib_dep_ver))
@@ -20,7 +20,7 @@
 DEB_ARCH_MULTILIB_PACKAGES += libc6-mips64 libc6-dev-mips64
 mips64_add-ons = $(add-ons)
 mips64_configure_target = mips64-linux-gnuabi64
-mips64_extra_cflags = -mno-plt
+mips64_extra_cflags = -mno-plt -march=mips64r2
 mips64_CC = $(CC) -mabi=64
 mips64_CXX = $(CXX) -mabi=64
 libc6-mips64_shlib_dep = libc6-mips64 (>= $(shlib_dep_ver))

Modified: glibc-package/branches/glibc-2.21/debian/sysdeps/mips64.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/sysdeps/mips64.mk	2015-09-10 16:37:40 UTC (rev 6563)
+++ glibc-package/branches/glibc-2.21/debian/sysdeps/mips64.mk	2015-09-13 14:41:50 UTC (rev 6564)
@@ -1,13 +1,13 @@
 libc_add-ons = $(add-ons)
 libc_rtlddir = /lib64
-extra_cflags = -mno-plt
+extra_cflags = -mno-plt -march=mips64r2
 
 # build 32-bit (n32) alternative library
 GLIBC_MULTILIB_PASSES += mipsn32
 DEB_ARCH_MULTILIB_PACKAGES += libc6-mipsn32 libc6-dev-mipsn32
 mipsn32_add-ons = $(add-ons)
 mipsn32_configure_target = mips64-linux-gnuabin32
-mipsn32_extra_cflags = -mno-plt
+mipsn32_extra_cflags = -mno-plt -march=mips64r2
 mipsn32_CC = $(CC) -mabi=n32
 mipsn32_CXX = $(CXX) -mabi=n32
 libc6-mipsn32_shlib_dep = libc6-mipsn32 (>= $(shlib_dep_ver))
@@ -21,7 +21,7 @@
 DEB_ARCH_MULTILIB_PACKAGES += libc6-mips32 libc6-dev-mips32
 mips32_add-ons = $(add-ons)
 mips32_configure_target = mips-linux-gnu
-mips32_extra_cflags = -mno-plt
+mips32_extra_cflags = -mno-plt -march=mips32r2
 mips32_CC = $(CC) -mabi=32
 mips32_CXX = $(CXX) -mabi=32
 libc6-mips32_shlib_dep = libc6-mips32 (>= $(shlib_dep_ver))

Modified: glibc-package/branches/glibc-2.21/debian/sysdeps/mips64el.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/sysdeps/mips64el.mk	2015-09-10 16:37:40 UTC (rev 6563)
+++ glibc-package/branches/glibc-2.21/debian/sysdeps/mips64el.mk	2015-09-13 14:41:50 UTC (rev 6564)
@@ -1,13 +1,13 @@
 libc_add-ons = $(add-ons)
 libc_rtlddir = /lib64
-extra_cflags = -mno-plt
+extra_cflags = -mno-plt -march=mips3 -mtune=mips64r2
 
 # build 32-bit (n32) alternative library
 GLIBC_MULTILIB_PASSES += mipsn32
 DEB_ARCH_MULTILIB_PACKAGES += libc6-mipsn32 libc6-dev-mipsn32
 mipsn32_add-ons = $(add-ons)
 mipsn32_configure_target = mips64el-linux-gnuabin32
-mipsn32_extra_cflags = -mno-plt
+mipsn32_extra_cflags = -mno-plt -march=mips3 -mtune=mips64r2
 mipsn32_CC = $(CC) -mabi=n32
 mipsn32_CXX = $(CXX) -mabi=n32
 libc6-mipsn32_shlib_dep = libc6-mipsn32 (>= $(shlib_dep_ver))
@@ -21,7 +21,7 @@
 DEB_ARCH_MULTILIB_PACKAGES += libc6-mips32 libc6-dev-mips32
 mips32_add-ons = $(add-ons)
 mips32_configure_target = mipsel-linux-gnu
-mips32_extra_cflags = -mno-plt
+mips32_extra_cflags = -mno-plt -march=mips2 -mtune=mips32r2
 mips32_CC = $(CC) -mabi=32
 mips32_CXX = $(CXX) -mabi=32
 libc6-mips32_shlib_dep = libc6-mips32 (>= $(shlib_dep_ver))

Modified: glibc-package/branches/glibc-2.21/debian/sysdeps/mipsel.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/sysdeps/mipsel.mk	2015-09-10 16:37:40 UTC (rev 6563)
+++ glibc-package/branches/glibc-2.21/debian/sysdeps/mipsel.mk	2015-09-13 14:41:50 UTC (rev 6564)
@@ -1,12 +1,12 @@
 libc_add-ons = $(add-ons)
-extra_cflags = -mno-plt
+extra_cflags = -mno-plt -march=mips2 -mtune=mips32r2
 
 # build 32-bit (n32) alternative library
 GLIBC_MULTILIB_PASSES += mipsn32
 DEB_ARCH_MULTILIB_PACKAGES += libc6-mipsn32 libc6-dev-mipsn32
 mipsn32_add-ons = $(add-ons)
 mipsn32_configure_target = mips64el-linux-gnuabin32
-mipsn32_extra_cflags = -mno-plt
+mipsn32_extra_cflags = -mno-plt -march=mips3 -mtune=mips64r2
 mipsn32_CC = $(CC) -mabi=n32
 mipsn32_CXX = $(CXX) -mabi=n32
 libc6-mipsn32_shlib_dep = libc6-mipsn32 (>= $(shlib_dep_ver))
@@ -20,7 +20,7 @@
 DEB_ARCH_MULTILIB_PACKAGES += libc6-mips64 libc6-dev-mips64
 mips64_add-ons = $(add-ons)
 mips64_configure_target = mips64el-linux-gnuabi64
-mips64_extra_cflags = -mno-plt
+mips64_extra_cflags = -mno-plt -march=mips3 -mtune=mips64r2
 mips64_CC = $(CC) -mabi=64
 mips64_CXX = $(CXX) -mabi=64
 libc6-mips64_shlib_dep = libc6-mips64 (>= $(shlib_dep_ver))


Reply to: