cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Building curl, modifying the cc/gcc line in the Makefile

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Tue, 5 Jun 2012 22:47:19 +0200 (CEST)

On Tue, 5 Jun 2012, Robert B. Harris wrote:

> What modifications can I make so the build proccess will also run my
> "somethingspecial" program each time the gcc program is called?

In addition to the others' suggestions, you can also just invoke make and ask
it to use your special compiler:

  make "CC=somethingspecial -g one gcc"

-- 
  / daniel.haxx.se
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2012-06-05