Re: cc1: error: unrecognized command line option "-mfdpic"

2009-06-24 Thread Mel Flynn
On Wednesday 24 June 2009 18:09:36 Jin Guojun wrote: > This option "-mfdpic" is shown in manual page for gcc 4.1 or later > >-mfdpic >Select the FDPIC ABI, that uses function descriptors to > represent pointers to functions. Without any PIC/PIE-related options, it > implies -fP

cc1: error: unrecognized command line option "-mfdpic"

2009-06-24 Thread Jin Guojun
no one of them accept this option: %: echo "#include " | gcc43 -mfdpic - -E cc1: error: unrecognized command line option "-mfdpic" # 1 "" %: echo "#include " | gcc43 -fdpic - -E cc1: error: unrecognized command line option "-fdpic" # 1 &quo