This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
include search path
- From: David Meggy <dmeggy at techsol dot ca>
- To: gcc-help at gcc dot gnu dot org
- Date: 27 Nov 2002 08:52:30 -0800
- Subject: include search path
Hi, I'm trying to cross compile a native gcc 3.2.1 compiler. Everything
works fine so far, but the include search path. I compiled gcc with the
following options, where TARGET=arm-linux HOST_CPU=i386
CC=arm-linux-gcc ${GCC_PATH}/configure --target=${TARGET} \
--host=${TARGET} --build=${HOST_CPU}-pc-linux-gnu \
--prefix=${RUNTIME_PATH} --enable-languages=c,c++ \
--disable-multilib --disable-threads --disable-shared
When I use gcc with the -v option, I see the include search path
includes ${RUNTIME_PATH} as a prefix. How can I get rid of this?
David
--
~~~~~~~~~~~~~~~~~~~~~~~~
David Meggy
Engineering
Technical Solutions Inc.
Unit #1 7157 Honeyman St
Delta BC Canada, V4G 1E2
www.techsol.ca
eMail: dmeggy@techsol.ca
Tel: 604 946 TECH (8324)
Fax: 604 946 6445
~~~~~~~~~~~~~~~~~~~~~~~~