This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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
~~~~~~~~~~~~~~~~~~~~~~~~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]