Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
chromebrew
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
chromebrew
Commits
b9c1580f
Commit
b9c1580f
authored
Nov 26, 2016
by
Kazushi (Jam) Marukawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Modified symbolic links for armv7l in order to reduce the impact as much as possible
parent
fba1c8b9
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
2 deletions
+14
-2
install.sh
install.sh
+14
-2
No files found.
install.sh
View file @
b9c1580f
...
@@ -92,8 +92,20 @@ done
...
@@ -92,8 +92,20 @@ done
case
"
$architecture
"
in
case
"
$architecture
"
in
"armv7l"
)
"armv7l"
)
echo
y | crew
install
gcc
echo
y | crew
install
gcc
if
[
!
-L
$HOME
/Downloads/tools
]
;
then
if
[
!
-d
$HOME
/Downloads/tools
]
;
then
ln
-s
/usr/local
$HOME
/Downloads/tools
mkdir
$HOME
/Downloads/tools
mkdir
$HOME
/Downloads/tools/bin
mkdir
$HOME
/Downloads/tools/lib
mkdir
$HOME
/Downloads/tools/libexec
mkdir
$HOME
/Downloads/tools/share
ln
-s
/usr/local/armv7a-cros-linux-gnueabi
$HOME
/Downloads/tools
ln
-s
/usr/local/bin/as
$HOME
/Downloads/tools/bin
ln
-s
/usr/local/bin/bison
$HOME
/Downloads/tools/bin
ln
-s
/usr/local/bin/ld
$HOME
/Downloads/tools/bin
ln
-s
/usr/local/bin/m4
$HOME
/Downloads/tools/bin
ln
-s
/usr/local/lib/gcc
$HOME
/Downloads/tools/lib
ln
-s
/usr/local/libexec/gcc
$HOME
/Downloads/tools/libexec
ln
-s
/usr/local/share/bison
$HOME
/Downloads/tools/share
fi
;;
fi
;;
esac
esac
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment