Skip to content

Commit

Permalink
Make glibc compilable for oga and gf (#1129)
Browse files Browse the repository at this point in the history
* Make glibc compilable for oga and gf

I'm not sure if this is what it should be (maybe use a newer kernel instead?) but at least it compiles for oga and gf.

* Extra case for all 4.4 versions of kernel
  • Loading branch information
miwasp committed Feb 21, 2023
1 parent 393d85a commit fa5095b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/devel/glibc/package.mk
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ PKG_LONGDESC="The Glibc package contains the main C library."
PKG_BUILD_FLAGS="+bfd"

case "${LINUX}" in
amlogic-4.9|rockchip-4.4|gameforce-4.4|odroid-go-a-4.4|rk356x-4.19|OdroidM1-4.19)
amlogic-4.9|rk356x-4.19|OdroidM1-4.19)
OPT_ENABLE_KERNEL=4.9.0
;;
gameforce-4.4|rockchip-4.4|odroid-go-a-4.4)
OPT_ENABLE_KERNEL=4.4.0
;;
amlogic-5.4)
OPT_ENABLE_KERNEL=5.4.0
;;
Expand Down

0 comments on commit fa5095b

Please sign in to comment.