Browse Source

Grumble...

Miles Bader 23 years ago
parent
commit
f581d50d22
1 changed files with 9 additions and 14 deletions
  1. 9 14
      extra/Configs/Config.v850e

+ 9 - 14
extra/Configs/Config.v850e

@@ -25,10 +25,10 @@
 # other sundry sources.  Files within this library are copyright by their
 # other sundry sources.  Files within this library are copyright by their
 # respective copyright holders.
 # respective copyright holders.
 
 
-PROJ_UCLINUX=/proj/soft2/uclinux
+# The root directory used for installation, corresponding to $(prefix)
-
+# for GNU packages.  This defaults to /usr/local, but makers of .rpms
-# Cross compile on i386-pc-linux-gnu
+# and .debs will want to set this to "/usr" instead.
-DESTDIR=$(PROJ_UCLINUX)/i386-pc-linux-gnu/v850e-linux
+INSTALL_ROOT = /usr/local
 
 
 NATIVE_CC = gcc
 NATIVE_CC = gcc
 
 
@@ -178,24 +178,19 @@ SHARED_LIB_LOADER_PATH=$(DEVEL_PREFIX)/lib
 # This value is used by the 'make install' Makefile target.  Since this
 # This value is used by the 'make install' Makefile target.  Since this
 # directory is compiled into the uclibc cross compiler spoofer, you
 # directory is compiled into the uclibc cross compiler spoofer, you
 # have to recompile if you change this value...
 # have to recompile if you change this value...
-DEVEL_PREFIX = /usr/$(TARGET_ARCH)-linux-uclibc
+DEVEL_PREFIX = $(INSTALL_ROOT)/$(TARGET_ARCH)-uclibc
 
 
 # SYSTEM_DEVEL_PREFIX is the directory prefix used when installing
 # SYSTEM_DEVEL_PREFIX is the directory prefix used when installing
 # bin/arch-uclibc-gcc, bin/arch-uclibc-ld, etc.   This is only used by
 # bin/arch-uclibc-gcc, bin/arch-uclibc-ld, etc.   This is only used by
-# the 'make install' target, and is not compiled into anything.  This
+# the 'make install' target, and is not compiled into anything.
-# defaults to $DEVEL_PREFIX/usr, but makers of .rpms and .debs will
+SYSTEM_DEVEL_PREFIX = $(INSTALL_ROOT)
-# want to set this to "/usr" instead.
-SYSTEM_DEVEL_PREFIX = $(DEVEL_PREFIX)
 
 
 # DEVEL_TOOL_PREFIX is the directory prefix used when installing
 # DEVEL_TOOL_PREFIX is the directory prefix used when installing
 # bin/gcc, bin/ld, etc.   This is only used by the 'make install'
 # bin/gcc, bin/ld, etc.   This is only used by the 'make install'
-# target, and is not compiled into anything.  This defaults to
+# target, and is not compiled into anything.
-# $DEVEL_PREFIX/usr, but makers of .rpms and .debs may want to
+DEVEL_TOOL_PREFIX = $(DEVEL_PREFIX)
-# set this to something else.
-DEVEL_TOOL_PREFIX = $(DEVEL_PREFIX)/usr
 
 
 # If you want 'make install' to install everything under a temporary
 # If you want 'make install' to install everything under a temporary
 # directory, the define PREFIX during the install step,
 # directory, the define PREFIX during the install step,
 # i.e., 'make PREFIX=/var/tmp/uClibc install'.
 # i.e., 'make PREFIX=/var/tmp/uClibc install'.
 #PREFIX = $(TOPDIR)/_install
 #PREFIX = $(TOPDIR)/_install
-