File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -187,31 +187,3 @@ echo "installing linkscripts ..."
187187cp $BUILDSCRIPTDIR /dkppc/crtls/* .ld $prefix /$target /lib/
188188
189189cd $BUILDDIR
190-
191- # ---------------------------------------------------------------------------------
192- # build and install the debugger
193- # ---------------------------------------------------------------------------------
194- mkdir -p $target /gdb
195- cd $target /gdb
196-
197- if [ ! -f configured-gdb ]
198- then
199- CFLAGS=" $cflags " LDFLAGS=" $ldflags " ../../gdb-$GDB_VER /configure \
200- --disable-nls --prefix=$prefix --target=$target --disable-werror \
201- $CROSS_PARAMS \
202- $CROSS_GCC_PARAMS || { echo " Error configuring gdb" ; exit 1; }
203- touch configured-gdb
204- fi
205-
206- if [ ! -f built-gdb ]
207- then
208- $MAKE || { echo " Error building gdb" ; exit 1; }
209- touch built-gdb
210- fi
211-
212- if [ ! -f installed-gdb ]
213- then
214- $MAKE install || { echo " Error installing gdb" ; exit 1; }
215- touch installed-gdb
216- fi
217-
You can’t perform that action at this time.
0 commit comments