summaryrefslogtreecommitdiff
path: root/overlays/udp2raw/udp2raw-makefile.patch
diff options
context:
space:
mode:
Diffstat (limited to 'overlays/udp2raw/udp2raw-makefile.patch')
-rw-r--r--overlays/udp2raw/udp2raw-makefile.patch15
1 files changed, 7 insertions, 8 deletions
diff --git a/overlays/udp2raw/udp2raw-makefile.patch b/overlays/udp2raw/udp2raw-makefile.patch
index 80b39c6b..512c6f8e 100644
--- a/overlays/udp2raw/udp2raw-makefile.patch
+++ b/overlays/udp2raw/udp2raw-makefile.patch
@@ -2,12 +2,11 @@ diff --git a/makefile b/makefile
2index e758e68..16a3b23 100755 2index e758e68..16a3b23 100755
3--- a/makefile 3--- a/makefile
4+++ b/makefile 4+++ b/makefile
5@@ -53,7 +53,7 @@ mips24kc_le_asm_aes: git_version 5@@ -53,6 +53,6 @@ mips24kc_le_asm_aes: git_version
6 #bcm2708:
7 # ${cc_bcm2708} -o ${NAME}_bcm2708 -I. ${SOURCES} ${FLAGS} -lrt -static -O3
8 amd64:git_version 6 amd64:git_version
9- ${cc_local} -o ${NAME}_$@ -I. ${SOURCES} ${FLAGS} -lrt -static -O3 7 ${cc_amd64} -o ${NAME}_$@ -I. ${SOURCES} ${FLAGS} -lrt -static -O3
10+ ${CXX} -o ${NAME}_$@ -I. ${SOURCES} ${FLAGS} -lrt -static -O3 8 amd64_hw_aes:git_version
11 9- ${cc_amd64} -o ${NAME}_$@ -I. ${SOURCES} ${FLAGS} -lrt -static -O0 -fno-omit-frame-pointer -g
12 amd64_perf:git_version 10+ ${CXX} -o ${NAME}_$@ -I. ${SOURCES} ${FLAGS} -lrt -static -O0 -fno-omit-frame-pointer -g
13 ${cc_local} -o ${NAME}_$@ -I. ${SOURCES} ${FLAGS} -lrt -static -O0 -fno-omit-frame-pointer -g 11 x86:git_version
12 ${cc_x86} -o ${NAME}_$@ -I. ${SOURCES} ${FLAGS} -lrt -static -O2 -lgcc_eh -ggdb