agent/src/os/linux/Makefile

changeset 1
2d8a650513c2
parent 0
f90c822e73f8
child 6876
710a3c8b516e
     1.1 --- a/agent/src/os/linux/Makefile	Wed Apr 27 01:25:04 2016 +0800
     1.2 +++ b/agent/src/os/linux/Makefile	Fri Apr 29 00:06:10 2016 +0800
     1.3 @@ -22,7 +22,13 @@
     1.4  #  
     1.5  #
     1.6  
     1.7 -ARCH := $(shell if ([ `uname -m` = "ia64" ])  ; then echo ia64 ; elif ([ `uname -m` = "x86_64" ]) ; then echo amd64; elif ([ `uname -m` = "sparc64" ]) ; then echo sparc; else echo i386 ; fi )
     1.8 +#
     1.9 +# This file has been modified by Loongson Technology in 2015. These
    1.10 +# modifications are Copyright (c) 2015 Loongson Technology, and are made
    1.11 +# available on the same license terms set forth above.
    1.12 +#
    1.13 +
    1.14 +ARCH := $(shell if ([ `uname -m` = "ia64" ])  ; then echo ia64 ; elif ([ `uname -m` = "mips64" ]) ; then echo mips ; elif ([ `uname -m` = "x86_64" ]) ; then echo amd64; elif ([ `uname -m` = "sparc64" ]) ; then echo sparc; else echo i386 ; fi )
    1.15  GCC      = gcc
    1.16  
    1.17  JAVAH    = ${JAVA_HOME}/bin/javah

mercurial