This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Ralf Corsepius <ralf.corsepius@rtems.org> writes: > Can you explain what the > GCC_CFLAGS += -N > in gcc/config/bfin/t-bfin* is trying to resolve? > > I could not find any thing on "-N" in gcc's docs, nor in binutils. -N is a linker option. If you use -N on the gcc command line, gcc will pass it to the linker. (I don't know why bfin uses it.) Ian
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |