summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ft2.target.darwin-arm.mk2
-rw-r--r--ft2.target.darwin-mips.mk2
-rw-r--r--ft2.target.darwin-x86.mk6
-rw-r--r--ft2.target.linux-arm.mk2
-rw-r--r--ft2.target.linux-mips.mk2
-rw-r--r--ft2.target.linux-x86.mk6
6 files changed, 14 insertions, 6 deletions
diff --git a/ft2.target.darwin-arm.mk b/ft2.target.darwin-arm.mk
index 1207044..1ca68c5 100644
--- a/ft2.target.darwin-arm.mk
+++ b/ft2.target.darwin-arm.mk
@@ -55,6 +55,7 @@ MY_CFLAGS_Debug := \
-fvisibility=hidden \
-pipe \
-fPIC \
+ -funwind-tables \
-Wno-format \
-fno-tree-sra \
-fuse-ld=gold \
@@ -147,6 +148,7 @@ MY_CFLAGS_Release := \
-fvisibility=hidden \
-pipe \
-fPIC \
+ -funwind-tables \
-Wno-format \
-fno-tree-sra \
-fuse-ld=gold \
diff --git a/ft2.target.darwin-mips.mk b/ft2.target.darwin-mips.mk
index 717adae..3d25dc4 100644
--- a/ft2.target.darwin-mips.mk
+++ b/ft2.target.darwin-mips.mk
@@ -56,6 +56,7 @@ MY_CFLAGS_Debug := \
-fvisibility=hidden \
-pipe \
-fPIC \
+ -funwind-tables \
-Wno-format \
-EL \
-mhard-float \
@@ -148,6 +149,7 @@ MY_CFLAGS_Release := \
-fvisibility=hidden \
-pipe \
-fPIC \
+ -funwind-tables \
-Wno-format \
-EL \
-mhard-float \
diff --git a/ft2.target.darwin-x86.mk b/ft2.target.darwin-x86.mk
index f6b417c..36b186f 100644
--- a/ft2.target.darwin-x86.mk
+++ b/ft2.target.darwin-x86.mk
@@ -54,6 +54,7 @@ MY_CFLAGS_Debug := \
-fvisibility=hidden \
-pipe \
-fPIC \
+ -funwind-tables \
-Wno-format \
-m32 \
-mmmx \
@@ -147,6 +148,7 @@ MY_CFLAGS_Release := \
-fvisibility=hidden \
-pipe \
-fPIC \
+ -funwind-tables \
-Wno-format \
-m32 \
-mmmx \
@@ -173,9 +175,7 @@ MY_CFLAGS_Release := \
-fno-ident \
-fdata-sections \
-ffunction-sections \
- -fomit-frame-pointer \
- -fno-unwind-tables \
- -fno-asynchronous-unwind-tables
+ -fomit-frame-pointer
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \
diff --git a/ft2.target.linux-arm.mk b/ft2.target.linux-arm.mk
index 1207044..1ca68c5 100644
--- a/ft2.target.linux-arm.mk
+++ b/ft2.target.linux-arm.mk
@@ -55,6 +55,7 @@ MY_CFLAGS_Debug := \
-fvisibility=hidden \
-pipe \
-fPIC \
+ -funwind-tables \
-Wno-format \
-fno-tree-sra \
-fuse-ld=gold \
@@ -147,6 +148,7 @@ MY_CFLAGS_Release := \
-fvisibility=hidden \
-pipe \
-fPIC \
+ -funwind-tables \
-Wno-format \
-fno-tree-sra \
-fuse-ld=gold \
diff --git a/ft2.target.linux-mips.mk b/ft2.target.linux-mips.mk
index 717adae..3d25dc4 100644
--- a/ft2.target.linux-mips.mk
+++ b/ft2.target.linux-mips.mk
@@ -56,6 +56,7 @@ MY_CFLAGS_Debug := \
-fvisibility=hidden \
-pipe \
-fPIC \
+ -funwind-tables \
-Wno-format \
-EL \
-mhard-float \
@@ -148,6 +149,7 @@ MY_CFLAGS_Release := \
-fvisibility=hidden \
-pipe \
-fPIC \
+ -funwind-tables \
-Wno-format \
-EL \
-mhard-float \
diff --git a/ft2.target.linux-x86.mk b/ft2.target.linux-x86.mk
index f6b417c..36b186f 100644
--- a/ft2.target.linux-x86.mk
+++ b/ft2.target.linux-x86.mk
@@ -54,6 +54,7 @@ MY_CFLAGS_Debug := \
-fvisibility=hidden \
-pipe \
-fPIC \
+ -funwind-tables \
-Wno-format \
-m32 \
-mmmx \
@@ -147,6 +148,7 @@ MY_CFLAGS_Release := \
-fvisibility=hidden \
-pipe \
-fPIC \
+ -funwind-tables \
-Wno-format \
-m32 \
-mmmx \
@@ -173,9 +175,7 @@ MY_CFLAGS_Release := \
-fno-ident \
-fdata-sections \
-ffunction-sections \
- -fomit-frame-pointer \
- -fno-unwind-tables \
- -fno-asynchronous-unwind-tables
+ -fomit-frame-pointer
MY_DEFS_Release := \
'-DV8_DEPRECATION_WARNINGS' \