Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
abuild
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
24
Issues
24
List
Boards
Labels
Service Desk
Milestones
Merge Requests
17
Merge Requests
17
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
alpine
abuild
Commits
99f8ff11
Commit
99f8ff11
authored
Nov 27, 2008
by
Natanael Copa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove -fPIC from CFLAGS. added comments for SRC/PKGDEST
parent
ffd9030e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
abuild.conf
abuild.conf
+8
-1
No files found.
abuild.conf
View file @
99f8ff11
export
CHOST
=
i486
-
alpine
-
linux
-
uclibc
export
CFLAGS
=
"-march=i486 -Os -f
PIC -f
omit-frame-pointer"
export
CFLAGS
=
"-march=i486 -Os -fomit-frame-pointer"
export
CXXFLAGS
=
"$CFLAGS"
export
CPPFLAGS
=
"$CFLAGS"
export
LDFLAGS
=
"-Wl,--as-needed"
export
PATH
=:/
usr
/
i386
-
gentoo
-
linux
-
uclibc
/
binutils
-
bin
/
2
.
18
:$
PATH
...
...
@@ -9,3 +10,9 @@ export MAKEFLAGS=-j2
# remove line below to disable colors
USE_COLORS
=
1
# uncomment line below to fetch sources to other location location
#SRCDEST=/var/cache/distfiles
# uncomment line below to store built packages in other location
#PKGDEST=/var/lib/packages
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