0

I'm trying to build a GDB. The Makefile generated by configure contains a flags called "GOCFLAGS_FOR_TARGET". Could anyone tell me what the "GOCFLAGS" is used for? Thanks!

brian
  • 265
  • 1
  • 9

1 Answers1

0

Its makefile builtin-variables for the Go programming language which I understand that GCC supports. You may find more info here.

bobestm
  • 1,334
  • 1
  • 9
  • 8