Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
Magisk
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
Magisk
Commits
ccf29390
Commit
ccf29390
authored
Nov 11, 2015
by
superr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added arch detection to makefile for x86 and x86_64
parent
0f4c0b95
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
3 deletions
+6
-3
Makefile
Makefile
+6
-3
libsepol-x86_64.a
libs/libsepol-x86_64.a
+0
-0
libsepol.a
libs/x86/libsepol.a
+0
-0
libsepol.a
libs/x86_64/libsepol.a
+0
-0
No files found.
Makefile
View file @
ccf29390
PREFIX
?=
$(DESTDIR)
/usr
BINDIR
?=
$(PREFIX)
/bin
LIBDIR
?=
$(PREFIX)
/lib/x86_64-linux-gnu
LBITS
:=
$(
shell
getconf LONG_BIT
)
ifeq
($(LBITS),64)
LIBDIR
?=
libs/x86_64
else
LIBDIR
?=
libs/x86
endif
CFLAGS
?=
-g
-Wall
-Werror
-Wshadow
-O2
-pipe
-std
=
gnu11
LDLIBS
=
$(LIBDIR)
/libsepol.a
...
...
libs/libsepol-x86_64.a
deleted
100644 → 0
View file @
0f4c0b95
File deleted
libs/
libsepol-x86
.a
→
libs/
x86/libsepol
.a
View file @
ccf29390
File moved
libs/x86_64/libsepol.a
0 → 100644
View file @
ccf29390
File added
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