build: don't set CC and AR
Allows user to override compiler and archiver through the CC and AR environment variables. Note that this already worked as expected with `make CC=clang`.
This commit is contained in:
parent
47d22acfb2
commit
6936d60cde
@ -18,8 +18,6 @@
|
||||
# FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
|
||||
# IN THE SOFTWARE.
|
||||
|
||||
CC = $(PREFIX)gcc
|
||||
AR = $(PREFIX)ar
|
||||
E=
|
||||
CSTDFLAG=--std=c89 -pedantic -Wall -Wextra -Wno-unused-parameter
|
||||
CFLAGS += -g
|
||||
|
||||
Loading…
Reference in New Issue
Block a user