Stop building the native compilers on hppa, they are buggy and upstream
authorJulien Cristau <julien.cristau@ens-lyon.org>
Thu, 15 Dec 2005 17:02:02 +0000 (17:02 +0000)
committerJulien Cristau <julien.cristau@ens-lyon.org>
Thu, 15 Dec 2005 17:02:02 +0000 (17:02 +0000)
considers this port dead (see bug#342704).

debian/changelog
debian/control
debian/rules

index a030a5c3133f9a6359b7c057fb4434013c821a86..f382af176d2f51c4e97c083d9df720e5a89fb1a2 100644 (file)
@@ -3,12 +3,14 @@ ocaml (3.09.0-4) UNRELEASED; urgency=low
   [ Julien Cristau ]
   * debian/rules: the abi-sed rule is phony, we don't want to run configure
     twice.
+  * Stop building the native compilers on hppa, they are buggy and upstream
+    considers this port dead (see bug#342704).
 
   [ Samuel Mimram ]
   * Added for_pack_static.dpatch (from CVS) to correct a bug when linking.
   * Added myself to uploaders.
 
- -- Samuel Mimram <smimram@debian.org>  Sun, 11 Dec 2005 19:13:13 +0100
+ -- Julien Cristau <julien.cristau@ens-lyon.org>  Thu, 15 Dec 2005 17:55:22 +0100
 
 ocaml (3.09.0-3) unstable; urgency=low
 
index a61fedb726b36f0347ff0867e2ed54fd93288724..65943b7286cbb5b51ee944e6edc638629a19fb27 100644 (file)
@@ -95,7 +95,7 @@ Description: Runtime system for ocaml bytecode executables
  you do not require any graphical capilities for your runtime.
 
 Package: ocaml-native-compilers
-Architecture: alpha amd64 arm hppa hurd-i386 i386 ia64 kfreebsd-i386 powerpc sparc
+Architecture: alpha amd64 arm hurd-i386 i386 ia64 kfreebsd-i386 powerpc sparc
 Depends: ocaml-nox (= ${Source-Version}), ocaml-nox-${F:OCamlABI}, gcc, binutils, ${shlibs:Depends}
 Provides: ocaml-best-compilers
 Description: Native code compilers of the ocaml suite (the .opt ones)
index e0ae258bf4c6dc522b7386bc93cc9410bf94fd34..908d826c401a9080ffb64a8ae97e8a86c256b829 100755 (executable)
@@ -74,11 +74,13 @@ build-arch-stamp: patch-stamp config-stamp
        fi
        $(MAKE) world
        $(MAKE) bootstrap
+ifneq ($(DEB_BUILD_ARCH),hppa)
        if ! grep -q "ARCH=none" config/Makefile; then \
                echo "Building native compilers" && \
                $(MAKE) opt opt.opt && \
                touch opt-built-stamp; \
        fi
+endif
        if [ -x ./ocamlopt ]; then                                      \
                $(MAKE) -C debian/ocaml-md5sums opt;                    \
        else                                                            \