#### #### These are the configuration variables. You can define values for #### the variables below in the file `configparms'. #### Do NOT edit this file. #### # Common prefix for machine-independent installation directories. #ifndef prefix prefix = /usr/local/dlx/rte/lib/gcc-lib/dlx/2.7.2.3 #endif # Common prefix for machine-dependent installation directories. #ifndef exec_prefix exec_prefix = $(prefix) #endif # Where to install the library and object files. #ifndef libdir libdir = $(exec_prefix)/lib #endif # Where to install the header files. #ifndef includedir includedir = $(exec_prefix)/include #endif # Where to install machine-independent data files. # These are the timezone database, and eventually the locale database. #ifndef datadir datadir = $(prefix)/share #endif # Where to install the Info files. #ifndef infodir infodir = $(prefix)/dlx_info #endif # Directory where your system's native header files live. # This is used on Unix systems to generate some GNU libc header files. # ifndef sysincludedir # sysincludedir = /usr/include # endif # The name of the C compiler. # If you've got GCC, and it works, use it. #ifeq ($(origin CC),default) CC = /usr/local/dlx/rte/bin/gcc-dlx #endif # The name of the C compiler to use for compilations of programs to run on # the host that is building the library. If you set CC to a # cross-compiler, you must set this to the normal compiler. #ifndef BUILD_CC BUILD_CC = gcc #endif ifndef default_cflags default_cflags := -O4 endif override stddef.h = RANLIB = /usr/local/dlx/rte/bin/ranlib AR=/usr/local/dlx/rte/lib/gcc-lib/dlx/2.7.2.3/ar