Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Tammo Jan Dijkema
dt_ctrl
Commits
6d45a4f9
Commit
6d45a4f9
authored
Nov 04, 2014
by
Jeroen Vreeken
Browse files
Merge branch 'build' into beaglebone
parents
fbbde04d
406c3b56
Changes
1
Hide whitespace changes
Inline
Side-by-side
build.mk
View file @
6d45a4f9
...
...
@@ -9,6 +9,8 @@ VPATH= /lib64 /usr/lib64 /usr/local/lib64 /lib /usr/lib /usr/local/lib
LIBTOOL
=
libtool
OS
=
$(
shell
uname
-s
)
HW
=
$(
shell
uname
-m
)
ifneq
($(OS), FreeBSD)
FLEX
=
flex
else
...
...
@@ -19,6 +21,7 @@ ifdef HOST
CC
=
${HOST}
-gcc
LIBTOOL
=
${HOST}
-libtool
CONF_HOST
=
--host
=
${HOST}
HW
=
$(HOST)
endif
...
...
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