CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
pkgutils-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e691a2b
)
pkgmk.conf: if PKGMK_ARCH is unset we default to 64
author
Juergen Daubert
<jue@jue.li>
Mon, 21 Jan 2013 15:09:17 +0000
(16:09 +0100)
committer
Juergen Daubert
<jue@jue.li>
Mon, 21 Jan 2013 15:09:17 +0000
(16:09 +0100)
pkgmk.conf
patch
|
blob
|
blame
|
history
diff --git
a/pkgmk.conf
b/pkgmk.conf
index bb25f0a4d796863dbb9d14b5a674ceec4ebb4a3e..61ed2476c8513478c2d887f85f986aad28322771 100644
(file)
--- a/
pkgmk.conf
+++ b/
pkgmk.conf
@@
-6,7
+6,7
@@
export CFLAGS="-O2 -march=x86-64 -pipe"
export CXXFLAGS="${CFLAGS}"
case ${PKGMK_ARCH} in
- "64")
+ "64"
|""
)
;;
"32")
export CFLAGS="${CFLAGS} -m32"