OLD | NEW |
1 ; Processor-independent options for GNU/Linux. | 1 ; Processor-independent options for GNU/Linux. |
2 ; | 2 ; |
3 ; Copyright (C) 2006, 2007 Free Software Foundation, Inc. | 3 ; Copyright (C) 2006, 2007 Free Software Foundation, Inc. |
4 ; Contributed by Google | 4 ; Contributed by Google |
5 ; | 5 ; |
6 ; This file is part of GCC. | 6 ; This file is part of GCC. |
7 ; | 7 ; |
8 ; GCC is free software; you can redistribute it and/or modify it under | 8 ; GCC is free software; you can redistribute it and/or modify it under |
9 ; the terms of the GNU General Public License as published by the Free | 9 ; the terms of the GNU General Public License as published by the Free |
10 ; Software Foundation; either version 3, or (at your option) any later | 10 ; Software Foundation; either version 3, or (at your option) any later |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
45 Common RejectNegative Joined UInteger | 45 Common RejectNegative Joined UInteger |
46 | 46 |
47 fnacl-library-mode | 47 fnacl-library-mode |
48 Common Report Var(flag_nacl_library_mode,1) Init(0) | 48 Common Report Var(flag_nacl_library_mode,1) Init(0) |
49 | 49 |
50 fnacl-align-16 | 50 fnacl-align-16 |
51 Common Report Var(flag_nacl_align_pow2,4) Init(NACL_ALIGN_POW2) | 51 Common Report Var(flag_nacl_align_pow2,4) Init(NACL_ALIGN_POW2) |
52 | 52 |
53 fnacl-align-32 | 53 fnacl-align-32 |
54 Common Report Var(flag_nacl_align_pow2,5) | 54 Common Report Var(flag_nacl_align_pow2,5) |
| 55 |
| 56 finstrument-for-thread-suspension |
| 57 Common Report Var(flag_instrument_for_thread_suspension) |
OLD | NEW |