10 lines
226 B
BlitzBasic
10 lines
226 B
BlitzBasic
require glibc_${PV}.bb
|
|
require glibc-initial.inc
|
|
|
|
# main glibc recipes muck with TARGET_CPPFLAGS to point into
|
|
# final target sysroot but we
|
|
# are not there when building glibc-initial
|
|
# so reset it here
|
|
|
|
TARGET_CPPFLAGS = ""
|