gsrc-commit
[Top][All Lists]
Advanced

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

[Gsrc-commit] trunk r6928: ddrescue etc


From: Carl Hansen
Subject: [Gsrc-commit] trunk r6928: ddrescue etc
Date: Tue, 3 Mar 2020 00:41:07 -0500 (EST)
User-agent: Bazaar (2.7.0dev1)

------------------------------------------------------------
revno: 6928
revision-id: address@hidden-20200303054101-bi8uubbkb0kclz3t
parent: address@hidden-20200303053831-0pp5fqevydm4j43x
committer: address@hidden
branch nick: trunk
timestamp: Mon 2020-03-02 21:41:01 -0800
message:
  ddrescue etc
modified:
  gar/gar.lib.mk                 gar.lib.mk-20160617013741-ul4q527k85thcz4p-1
  pkg/gnu/ddrescue/Makefile      makefile-20160617014725-uokjfnggs70iry9h-561
  pkg/gnu/ddrescue/config.mk     config.mk-20160617015154-wvmavh5swkqcu84l-1
  pkg/gnualpha/gcc10snapshot/Makefile makefile-20190506050828-2enxreepw1xsv1i3-3
  pkg/gnualpha/gcc9snapshot/Makefile makefile-20190601034442-z1ba96fwvbg1kiya-3
  pkg/gnualpha/gcc9snapshot/sha256sums 
sha256sums-20190601034442-z1ba96fwvbg1kiya-4
  util/buildit.sh                buildit.sh-20100901152650-40ylpjqor0n10g9a-1
=== modified file 'gar/gar.lib.mk'
--- a/gar/gar.lib.mk    2019-12-19 00:23:00 +0000
+++ b/gar/gar.lib.mk    2020-03-03 05:41:01 +0000
@@ -541,8 +541,7 @@
 # build from a standard gnu-style makefile's default rule.
 build-%/Makefile build-%/makefile build-%/GNUmakefile:
        @printf "[$(OK)build$(OFF)] $(MSG)Running make in $(OFF)$*\n"
-       $(BUILD_ENV) $(MAKE) -C $* $(MAKE_ARGS) $(BUILD_ARGS) $(OUTPUT) || \
-               $(BUILD_FAIL)
+       $(BUILD_ENV) $(MAKE) -C $* $(MAKE_ARGS) $(BUILD_ARGS) $(OUTPUT) ||  
$(BUILD_FAIL)
        $(MAKECOOKIE)
 
 build-%/Makefile-BSD:

=== modified file 'pkg/gnu/ddrescue/Makefile'
--- a/pkg/gnu/ddrescue/Makefile 2020-03-03 02:50:32 +0000
+++ b/pkg/gnu/ddrescue/Makefile 2020-03-03 05:41:01 +0000
@@ -43,9 +43,6 @@
 BUILDDEPS =
 USE_TESTS = 1
 
-LIBS+=-liconv
-LDFLAGS+=-liconv
-CXXFLAGS+=-liconv
 ######################################################################
 
 include ../../../gar/gar.lib/auto.mk

=== modified file 'pkg/gnu/ddrescue/config.mk'
--- a/pkg/gnu/ddrescue/config.mk        2020-03-03 02:50:32 +0000
+++ b/pkg/gnu/ddrescue/config.mk        2020-03-03 05:41:01 +0000
@@ -1,4 +1,4 @@
 ## Configuration options for ddrescue ##
 
 CONFIGURE_OPTS ?= 
-BUILD_OPTS ?= LIBS=-liconv
+BUILD_OPTS ?=  LDFLAGS+=-liconv

=== modified file 'pkg/gnualpha/gcc10snapshot/Makefile'
--- a/pkg/gnualpha/gcc10snapshot/Makefile       2020-03-02 05:11:04 +0000
+++ b/pkg/gnualpha/gcc10snapshot/Makefile       2020-03-03 05:41:01 +0000
@@ -154,7 +154,8 @@
 --without-cuda-driver  \
 --with-tune=generic \
 --disable-vtable-verify  \
---disable-werror 
+--disable-werror \
+-fsplit-stack
 
 #\
 #--enable-bootstrap \

=== modified file 'pkg/gnualpha/gcc9snapshot/Makefile'
--- a/pkg/gnualpha/gcc9snapshot/Makefile        2020-03-02 05:16:37 +0000
+++ b/pkg/gnualpha/gcc9snapshot/Makefile        2020-03-03 05:41:01 +0000
@@ -157,13 +157,15 @@
 --enable-bootstrap \
 --build=x86_64-linux-gnu \
 --host=x86_64-linux-gnu \
---target=x86_64-linux-gnu 
+--target=x86_64-linux-gnu \
+-fsplit-stack
 
 # enable-bootstrap might not be necessary, but it solves some problems
 # of building when not using recent gcc to build.
+# -fsplit-stack on x86_64 gets around a make problem; maybe don't use on others
 
 #CFLAGS+=-fno-split-stack  due to compile problems with gccgo
-BUILD_ARGS?=  -Wall -Wextra  CFLAGS+=-fno-split-stack 
CPLUSFLAGS+=-fno-split-stack -Wl,LIBS=-liconv
+BUILD_ARGS?=  -Wall -Wextra  CFLAGS+=-fsplit-stack CPLUSFLAGS+=-fsplit-stack 
-Wl,LIBS=-liconv
 #BUILD_ARGS ?= 
 #BUILD_ARGS ?=  -Wall -Wextra 
 #-Wl,LIBS=-liconv

=== modified file 'pkg/gnualpha/gcc9snapshot/sha256sums'
--- a/pkg/gnualpha/gcc9snapshot/sha256sums      2020-02-22 23:38:53 +0000
+++ b/pkg/gnualpha/gcc9snapshot/sha256sums      2020-03-03 05:41:01 +0000
@@ -1,1 +1,1 @@
-fb2730c45d9bff260c3906d6aa8a4492d0c600ceb5e6971b899ab1dbbd15cee8  
download/gcc-9-20200222.tar.xz
+fb7c50fbfcf31ede5b8c8b898f5501e5c007123ee5fb64f271605ae1d812b325  
download/gcc-9-20200229.tar.xz

=== modified file 'util/buildit.sh'
--- a/util/buildit.sh   2011-04-13 10:55:12 +0000
+++ b/util/buildit.sh   2020-03-03 05:41:01 +0000
@@ -155,7 +155,7 @@
        my $date = `date '+%Y%m%d-%H%M%S'`; chomp($date);
        my $system = `uname -m`;
        my $mode = $configure_opts // "default";
-       open(MAIL, "|-", "Mail -v $shortname\@autobuild.josefsson.org");
+#      open(MAIL, "|-", "Mail -v $shortname\@autobuild.josefsson.org");
        #open(MAIL, "|-", "Mail -v bjg\@network-theory.co.uk");
        print MAIL "autobuild project... $shortname\n";
        print MAIL "autobuild hostname... $host\n";


reply via email to

[Prev in Thread] Current Thread [Next in Thread]