Browse Source

remove debuggging, works correct

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@978 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
56ddf07056
1 changed files with 0 additions and 4 deletions
  1. +0
    -4
      package/base/gcc3-cross/cross.conf

+ 0
- 4
package/base/gcc3-cross/cross.conf

@ -22,16 +22,12 @@ tagdata="`egrep "^\[($tag)\]" $base/package/$repository/$realpkg/$realpkg.desc |
tag="`echo $tag | cut -f1 -d'|' | tr - _`"
eval "desc_$tag=\"\$tagdata\""
# detect patch files ...
patchfiles="$base/package/$repository/${pkg/-cross/}/*.patch"
for x in $patchfiles ; do
[ -e $x ] || var_remove patchfiles $x
done
set +x
#arch=sparc64
arch_machine="sparc64"
arch_target="sparc64-unknown-linux-gnu"

Loading…
Cancel
Save