Explorar o código

- netbsd amd64 arch. fix (ser uses a different amd64 /intel em64t naming convention: x86_64)

Andrei Pelinescu-Onciul %!s(int64=21) %!d(string=hai) anos
pai
achega
e08cc57fbf
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      Makefile.defs

+ 3 - 1
Makefile.defs

@@ -36,6 +36,7 @@
 #  2004-09-28  x86_64 support introduced (andrei)
 #  2004-12-14  gcc-3.4 special case added (andrei)
 #  2004-12-15  HAVE_ALLOCA_H added (andrei)
+#  2004-12-19  amd64 transformed in x86_64 (andrei)
 
 
 # check if already included/exported
@@ -57,7 +58,8 @@ EXTRAVERSION =
 RELEASE=$(VERSION).$(PATCHLEVEL).$(SUBLEVEL)$(EXTRAVERSION)
 OS = $(shell uname -s | sed -e s/SunOS/solaris/ | tr "[A-Z]" "[a-z]")
 ARCH = $(shell uname -m |sed -e s/i.86/i386/ -e s/sun4u/sparc64/  \
-			-e s/armv4l/arm/ -e "s/Power Macintosh/ppc/" -e "s/cobalt/mips2/" )
+			-e s/armv4l/arm/ -e "s/Power Macintosh/ppc/" -e "s/cobalt/mips2/" \
+			-e s/amd64/x86_64/ )
 OSREL = $(shell uname -r)
 
 # TLS support