Browse Source

It looks like I lost DEVEL_TOOL_PREFIX. Put it back.
-Erik

Eric Andersen 22 years ago
parent
commit
dff97f8d42
1 changed files with 10 additions and 0 deletions
  1. 10 0
      extra/Configs/Config.in

+ 10 - 0
extra/Configs/Config.in

@@ -239,6 +239,16 @@ config SYSTEM_DEVEL_PREFIX
 	  defaults to $(DEVEL_PREFIX)/usr, but makers of .rpms and .debs will
 	  want to set this to "/usr" instead.
 
+config DEVEL_TOOL_PREFIX
+	string "uClibc development environment system directory"
+	default "$(DEVEL_PREFIX)/usr"
+	help
+	  DEVEL_TOOL_PREFIX is the directory prefix used when installing
+	  bin/gcc, bin/ld, etc.   This is only used by the 'make install'
+	  target, and is not compiled into anything.  This defaults to
+	  $(DEVEL_PREFIX)/usr, but makers of .rpms and .debs may want to
+	  set this to something else.
+
 endmenu
 
 menu "uClibc hacking options"