lkml.org 
[lkml]   [2000]   [Aug]   [31]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject2.2.17pre20 Makefile

Inside the Makefile, I see

===================================
HOSTCC =gcc
CROSS_COMPILE =
CC =$(CROSS_COMPILE)cc -D__KERNEL__ -I$(HPATH)
=====================================

Therefore, the following is not allowed in the system

lrwxrwxrwx 1 root root 3 Aug 31 23:19 /usr/bin/cc -> ccc

ccc is the C compiler from Compaq for Linux for Alpha.
What about having the following?

CC =$(CROSS_COMPILE)gcc -D__KERNEL__ -I$(HPATH)
^^^

instead of cc?

Best regards,

G. Hugh Song


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 12:38    [W:0.024 / U:1.460 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site