chiark / gitweb /
clang: Depend on ndk-stl and remove triplet mess
[termux-packages] / packages / gcc / gcc-config-arm-arm.opt.patch
1 diff -u -r ../gcc-6.1.0/gcc/config/arm/arm.opt ./gcc/config/arm/arm.opt
2 --- ../gcc-6.1.0/gcc/config/arm/arm.opt 2016-01-04 09:30:50.000000000 -0500
3 +++ ./gcc/config/arm/arm.opt    2016-04-29 04:51:45.773163392 -0400
4 @@ -193,6 +193,10 @@
5  Target Report Mask(INTERWORK)
6  Support calls between Thumb and ARM instruction sets.
7  
8 +minline-thumb1-jumptable
9 +Target Report Var(inline_thumb1_jump_table)
10 +Inline Thumb1 Jump table code
11 +
12  mtls-dialect=
13  Target RejectNegative Joined Enum(tls_type) Var(target_tls_dialect) Init(TLS_GNU)
14  Specify thread local storage scheme.