Skip to content
Snippets Groups Projects
Commit 5b345163 authored by Anna Wilcox's avatar Anna Wilcox :fox:
Browse files

Add functional PowerPC profile

parent 17c38b57
No related branches found
No related tags found
No related merge requests found
......@@ -19,7 +19,7 @@ ACCEPT_KEYWORDS="${ARCH}"
# -fno-omit-... -> Never omit the frame pointer.
# This is crucial for proper debugging.
# -mfpu=dp_full -> Use hardware for floating point math.
CFLAGS="-O2 -mlong-double-64 " #-ggdb -mcpu=7450 -maltivec -fno-omit-frame-pointer -mfpu=dp_full"
CFLAGS="-O2 -mlong-double-64 -ggdb -mcpu=G3 -fno-omit-frame-pointer"
CXXFLAGS="${CFLAGS}"
ELIBC="musl"
......
# the goal is for all of these to be upstreamed to glpgs/gentoo
# if a binary distro with support guarantees can keyword it, you can too! <3
=app-crypt/gnupg-2.1.15 ~ppc
=dev-libs/libassuan-2.4.3 ~ppc
=dev-libs/libgpg-error-1.25 ~ppc
=dev-libs/npth-1.3 ~ppc
dev-vcs/git -blksha1 ppcsha1
......@@ -66,3 +66,5 @@ INPUT_DEVICES="acecad aiptek elographics evdev fpit hyperpen joystick keyboard l
# only put video cards in the base profile that are supported on all architectures (at least tier 1)
VIDEO_CARDS="chips cirrus dummy epson fbdev glint mach64 mga nouveau nv r128 radeon s3 s3virge savage sisusb tdfx trident voodoo"
DISTRO="Adélie"
DISTRO_BUG_URL="http://bts.adelielinux.org/"
......@@ -8,7 +8,7 @@
=app-shells/rc-1.7.4 **
=dev-lang/python-3.5.2 **
=dev-lang/python-exec-2.4.3 **
=dev-libs/glib-2.48.1-r1 **
=dev-libs/glib-2.48.2 **
=dev-libs/libassuan-2.4.2 **
=dev-libs/libgcrypt-1.7.1 **
=dev-libs/libgpg-error-1.22 **
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment