tinycc-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Tinycc-devel] x86_64 or x86-64


From: Christian JULLIEN
Subject: [Tinycc-devel] x86_64 or x86-64
Date: Fri, 17 Feb 2017 17:51:03 +0100 (CET)

64bit Intel processor is used inconsistantly in different Makefile and configiration script.


IMHO we should use only x86_64 everywhere which is a valid C identifier. Scripts are more complicated to write.


Among others:


Makefile:else ifeq ($(ARCH),x86-64)grep:
libconfig.mak:ARCH=x86_64: Is a directory
configure:  echo "ARCH=x86-64" >> config.mak
conftest.c:# define TRIPLET_ARCH "x86_64"


reply via email to

[Prev in Thread] Current Thread [Next in Thread]