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

2009-06-25 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 -fPIE.

cc1: error: unrecognized command line option -mfdpic

2009-06-24 Thread Jin Guojun
of them accept this option: %: echo #include stdio.h | gcc43 -mfdpic - -E cc1: error: unrecognized command line option -mfdpic # 1 stdin %: echo #include stdio.h | gcc43 -fdpic - -E cc1: error: unrecognized command line option -fdpic # 1 stdin where -dpic option is a voild option. Does anyone know