at release-16.03-start 46 lines 2.0 kB view raw
1diff -ru orig/linux/makefile patched/linux/makefile 2--- orig/linux/makefile 2015-08-09 21:06:18.000000000 +0100 3+++ patched/linux/makefile 2016-02-16 16:25:45.988662423 +0000 4@@ -25,8 +25,8 @@ 5 CPP = g++ 6 CPPFLAGS = -I.. -I../gwnum -O2 -march=i486 -malign-double 7 8-LFLAGS = -Wl,-M -Wl,-L/usr/local/lib 9-LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread -Wl,-Bstatic -lcurl -Wl,-Bdynamic -lrt -lstdc++ -ldl 10+LFLAGS = 11+LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread -lrt -lstdc++ -ldl 12 13 FACTOROBJ = factor32.o 14 LINUXOBJS = prime.o menu.o 15diff -ru orig/linux64/makefile patched/linux64/makefile 16--- orig/linux64/makefile 2015-08-09 21:06:20.000000000 +0100 17+++ patched/linux64/makefile 2016-02-16 16:25:57.076531585 +0000 18@@ -13,13 +13,13 @@ 19 # LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread -Wl,-Bstatic $(shell pkg-config --static --libs libcurl) -lstdc++ -Wl,-Bdynamic -ldl 20 21 CC = gcc 22-CFLAGS = -I.. -I../gwnum -I/usr/local/include -DX86_64 -O2 23+CFLAGS = -I.. -I../gwnum -I/usr/local/include -DX86_64 -O2 24 25 CPP = g++ 26 CPPFLAGS = -I.. -I../gwnum -DX86_64 -O2 27 28-LFLAGS = -Wl,-M -Wl,-L/usr/local/lib 29-LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread -Wl,-Bstatic -lcurl -Wl,-Bdynamic -lrt -lstdc++ -ldl 30+LFLAGS = 31+LIBS = ../gwnum/gwnum.a ../gwnum/gwnum.ld -lm -lpthread -lrt -lstdc++ -ldl 32 33 FACTOROBJ = factor64.o 34 LINUXOBJS = prime.o menu.o 35diff -ru orig/macosx64/makefile patched/macosx64/makefile 36--- orig/macosx64/makefile 2015-08-09 21:06:22.000000000 +0100 37+++ patched/macosx64/makefile 2016-02-16 16:19:03.988415925 +0000 38@@ -10,7 +10,7 @@ 39 CPPFLAGS = -I.. -I../gwnum -I../linux -O2 -DX86_64 -DCOMMAND_LINE_MPRIME -m64 40 41 LFLAGS = -m64 -Wl,-no_pie 42-LIBS = ../gwnum/amd64/release/gwnum.a -lm -lpthread -lcurl -framework IOKit -framework CoreFoundation -lstdc++ 43+LIBS = ../gwnum/amd64/release/gwnum.a -lm -lpthread -framework IOKit -framework CoreFoundation -lstdc++ 44 45 FACTOROBJ = ../prime95/macosx64/factor64.o 46 OBJS = prime.o menu.o