]> Cypherpunks repositories - gostls13.git/commit
cgo: put CFLAGS before filename argument
authorRoger Peppe <rogpeppe@gmail.com>
Fri, 6 May 2011 20:35:51 +0000 (13:35 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 6 May 2011 20:35:51 +0000 (13:35 -0700)
commit1dc914bc0d31f0e8a20248c692539f4cbc8327d9
tree648c5ae08ddf1998ad6a5de646ad16797dd468b0
parentbe99859dbedb9353d02b866aa0fe6344acbc1372
cgo: put CFLAGS before filename argument
This means that the -x flag can work, which could enable
support for other languages (e.g. objective-C).

R=iant, rsc
CC=golang-dev
https://golang.org/cl/4476049
src/cmd/cgo/gcc.go