# # The crosscompiling tools # CC = mipsel-linuxelf-gcc BUILD_CC = gcc LD = mipsel-linuxelf-ld -X RANLIB = mipsel-linuxelf-ranlib AR = mipsel-linuxelf-ar STRIP = mipsel-linuxelf-strip # # The prefix is /usr because it is what we'll compile into the # executables. It's not the path where we'll install to! # override prefix = /usr # # Where are the include files for bootstrapping? # sysincludedir = /usr/mipsel-linuxelf/include # # The prefix is /usr because it is what we'll compile into the # executables. DANGER: It's the path where we'll install to! # sysconfdir = /etc # # Where to install the new libraries to? # libdir = /usr/mipsel-linuxelf/lib # # Where to install the new headers to? # includedir = /usr/mipsel-linuxelf/include # # Use full optimization - we don't need to care about debugging - we don't # have debuggers ... # default_cflags = -O2 asm-CPPFLAGS = # # Just override some default to make the configure command line shorter # override gnu-as = yes override gnu-ld = yes override elf = yes override weak-symbols = yes override build-shared = no override build-profile = no # # Override the the rpcgen command to use; the crosscompiled binary wouldn't # work on other systems ... # override rpcgen-cmd = /usr/bin/rpcgen libc.so-version = .1 override stddef.h =