bug#25350: Automake does not override CC.

2017-06-17 Thread Mathieu Lirzin
tags 25350 notabug close 25350 thanks Hello William, "william estrada" writes: > I have a Makefile.am that creates a Makefile that does 3 compiles, one for > each target CPU. > # src/event/Makefile.am > AM_LDLAGS = --Pedantic -Wall -Std=C99 -O2 > bin_PROGRAMS = > include x64.am > include arm.

bug#25350: Automake does not override CC.

2017-01-03 Thread william estrada
Hello, I have a Makefile.am that creates a Makefile that does 3 compiles, one for each target CPU. # src/event/Makefile.am AM_LDLAGS = --Pedantic -Wall -Std=C99 -O2 bin_PROGRAMS = include x64.am include arm.am include i686.am --- # src/event/x64.am bin_PROGRAMS