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

r6526 - in glibc-package/branches/glibc-2.21/debian: . control.in sysdeps



Author: aurel32
Date: 2015-09-08 18:14:27 +0000 (Tue, 08 Sep 2015)
New Revision: 6526

Modified:
   glibc-package/branches/glibc-2.21/debian/changelog
   glibc-package/branches/glibc-2.21/debian/control
   glibc-package/branches/glibc-2.21/debian/control.in/opt
   glibc-package/branches/glibc-2.21/debian/sysdeps/mipsel.mk
Log:
Drop loongson-2f flavour on mipsel as this machine is not supported
anymore (default to R2 ISA).

Modified: glibc-package/branches/glibc-2.21/debian/changelog
===================================================================
--- glibc-package/branches/glibc-2.21/debian/changelog	2015-09-08 17:53:15 UTC (rev 6525)
+++ glibc-package/branches/glibc-2.21/debian/changelog	2015-09-08 18:14:27 UTC (rev 6526)
@@ -15,7 +15,9 @@
   [ Aurelien Jarno ]
   * rules.d/debhelper.mk: replace GLIBC_VERSION before LIBC.  Closes:
     #797538.
-  
+  * Drop loongson-2f flavour on mipsel as this machine is not supported
+    anymore (default to R2 ISA).
+
   [ Helmut Grohne ]
   * Fix some issues with stage 1.  Closes: #797831.
 

Modified: glibc-package/branches/glibc-2.21/debian/control
===================================================================
--- glibc-package/branches/glibc-2.21/debian/control	2015-09-08 17:53:15 UTC (rev 6525)
+++ glibc-package/branches/glibc-2.21/debian/control	2015-09-08 18:14:27 UTC (rev 6526)
@@ -919,23 +919,6 @@
  needs to be installed on Alpha EV67/68 and EV7 machines. If you install
  this on an older machine, it won't even be used.
 
-Package: libc6-loongson2f
-Architecture: mipsel
-Section: libs
-Priority: extra
-Multi-Arch: same
-Pre-Depends: libc6 (= ${binary:Version})
-Depends: ${misc:Depends}
-Build-Profiles: <!stage1>
-Description: GNU C Library: Shared libraries (Loongson 2F optimized)
- Contains the standard libraries that are used by nearly all programs on
- the system. This package includes shared versions of the standard C
- library and the standard math library, as well as many others.
- .
- This set of libraries is optimized for the Loongson 2F. It only
- needs to be installed on Lemote Loongson 2F machines. If you install
- this on a non-Loongson, it won't even be used.
-
 Package: libnss-dns-udeb
 XC-Package-Type: udeb
 Architecture: any

Modified: glibc-package/branches/glibc-2.21/debian/control.in/opt
===================================================================
--- glibc-package/branches/glibc-2.21/debian/control.in/opt	2015-09-08 17:53:15 UTC (rev 6525)
+++ glibc-package/branches/glibc-2.21/debian/control.in/opt	2015-09-08 18:14:27 UTC (rev 6526)
@@ -104,20 +104,3 @@
  needs to be installed on Alpha EV67/68 and EV7 machines. If you install
  this on an older machine, it won't even be used.
 
-Package: libc6-loongson2f
-Architecture: mipsel
-Section: libs
-Priority: extra
-Multi-Arch: same
-Pre-Depends: libc6 (= ${binary:Version})
-Depends: ${misc:Depends}
-Build-Profiles: <!stage1>
-Description: GNU C Library: Shared libraries (Loongson 2F optimized)
- Contains the standard libraries that are used by nearly all programs on
- the system. This package includes shared versions of the standard C
- library and the standard math library, as well as many others.
- .
- This set of libraries is optimized for the Loongson 2F. It only
- needs to be installed on Lemote Loongson 2F machines. If you install
- this on a non-Loongson, it won't even be used.
-

Modified: glibc-package/branches/glibc-2.21/debian/sysdeps/mipsel.mk
===================================================================
--- glibc-package/branches/glibc-2.21/debian/sysdeps/mipsel.mk	2015-09-08 17:53:15 UTC (rev 6525)
+++ glibc-package/branches/glibc-2.21/debian/sysdeps/mipsel.mk	2015-09-08 18:14:27 UTC (rev 6526)
@@ -55,17 +55,6 @@
 
 endef
 
-# build a loongson-2f optimized library
-GLIBC_PASSES += loongson2f
-DEB_ARCH_REGULAR_PACKAGES += libc6-loongson2f
-loongson2f_add-ons = $(add-ons)
-loongson2f_configure_target = mips32el-linux-gnu
-loongson2f_CC = $(CC) -mabi=32
-loongson2f_CXX = $(CXX) -mabi=32
-loongson2f_extra_cflags = -march=loongson2f -mtune=loongson2f -O2
-loongson2f_extra_config_options = $(extra_config_options)
-loongson2f_slibdir = /lib/$(DEB_HOST_MULTIARCH)/loongson2f
-
 # Need to put a tri-arch aware version of ldd in the base package
 define mipsn32_extra_install
 cp debian/tmp-mipsn32/usr/bin/ldd debian/tmp-libc/usr/bin


Reply to: