Whamcloud - gitweb
Use $(CC) instead of gcc (fixes cross compile build).
authorjacob <jacob>
Fri, 25 Jul 2003 21:37:41 +0000 (21:37 +0000)
committerjacob <jacob>
Fri, 25 Jul 2003 21:37:41 +0000 (21:37 +0000)
lnet/utils/Makefile.am
lustre/portals/utils/Makefile.am

index 05af598..d51e3b3 100644 (file)
@@ -4,8 +4,8 @@
 # See the file COPYING in this distribution
 
 
-COMPILE = gcc -Wall -g -I$(srcdir)/../include 
-LINK = gcc -o $@
+COMPILE = $(CC) -Wall -g -I$(srcdir)/../include
+LINK = $(CC) -o $@
 
 sbin_PROGRAMS = acceptor ptlctl debugctl routerstat wirecheck
 lib_LIBRARIES = libptlctl.a
index 05af598..d51e3b3 100644 (file)
@@ -4,8 +4,8 @@
 # See the file COPYING in this distribution
 
 
-COMPILE = gcc -Wall -g -I$(srcdir)/../include 
-LINK = gcc -o $@
+COMPILE = $(CC) -Wall -g -I$(srcdir)/../include
+LINK = $(CC) -o $@
 
 sbin_PROGRAMS = acceptor ptlctl debugctl routerstat wirecheck
 lib_LIBRARIES = libptlctl.a