diff options
author | YamaArashi <shadow962@live.com> | 2016-02-14 19:26:29 -0800 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-02-14 19:26:29 -0800 |
commit | 62f1c8373a074a7ffb3d0f7458803bf0b07e626e (patch) | |
tree | 32045778cc5a8458ba8ded51dfd79356fbff9d9d /gcc/flags.h | |
parent | abcd805cb77cfcfe0b5f911b784610983750a0b2 (diff) |
remove PIC (non-working and disabled)
Diffstat (limited to 'gcc/flags.h')
-rwxr-xr-x | gcc/flags.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index d817cdb..c5a2f37 100755 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -356,11 +356,6 @@ extern int flag_pretend_float; extern int flag_pedantic_errors; -/* Nonzero means generate position-independent code. - This is not fully implemented yet. */ - -extern int flag_pic; - /* Nonzero means generate extra code for exception handling and enable exception handling. */ |