This website requires JavaScript.
Explore
Help
Register
Sign In
rlcamp
/
libucontext
forked from
ariadne/libucontext
Watch
1
Star
0
Fork
You've already forked libucontext
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
build: fix arch detection
Browse Source
arm_linker_fix
William Pitcock
2018-01-31 05:58:26 +00:00
parent
e43fc2698a
commit
b686d707b2
1 changed files
with
1 additions
and
1 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
Expand all files
Collapse all files
2
Makefile
Unescape
Escape
View File
@ -1,4 +1,4 @@
ARCH
:=
$(
uname -m
)
ARCH
:=
$(
shell
uname -m
)
CFLAGS
=
-ggdb3 -O2 -Wall
Write
Preview
Loading…
Cancel
Save
Reference in New Issue
Repository
rlcamp/libucontext
Title
Body
Create Issue