47 lines
1.6 KiB
Makefile
47 lines
1.6 KiB
Makefile
|
# This file was generated by:
|
||
|
# /src/build/src-world/s6-2.10.0.1/configure --prefix=/usr --host=armv7l-unknown-linux-gnueabi --dynlibdir=/lib --bindir=/bin --libdir=/lib --with-sysdeps=/src/build/armv7l/usr/lib/skalibs/sysdeps
|
||
|
# Any changes made here will be lost if configure is re-run.
|
||
|
|
||
|
target := armv7l-unknown-linux-gnueabi
|
||
|
package := s6
|
||
|
prefix := /usr
|
||
|
exec_prefix := /usr
|
||
|
dynlibdir := /lib
|
||
|
libexecdir := /usr/libexec
|
||
|
bindir := /bin
|
||
|
libdir := /lib
|
||
|
includedir := /usr/include
|
||
|
sysdeps := $(DESTDIR)/usr/lib/skalibs/sysdeps
|
||
|
slashpackage := false
|
||
|
sproot :=
|
||
|
version := 2.10.0.1
|
||
|
home :=
|
||
|
exthome :=
|
||
|
SPAWN_LIB :=
|
||
|
SOCKET_LIB :=
|
||
|
SYSCLOCK_LIB :=
|
||
|
TIMER_LIB := -lrt
|
||
|
UTIL_LIB :=
|
||
|
|
||
|
CC := armv7l-unknown-linux-gnueabi-gcc
|
||
|
CPPFLAGS_AUTO := -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE=700 -iquote src/include-local -Isrc/include -fPIC -Werror=implicit-function-declaration -Werror=implicit-int -Werror=pointer-sign -Werror=pointer-arith
|
||
|
CPPFLAGS :=
|
||
|
CFLAGS_AUTO := -pipe -Wall -std=c99 -fno-exceptions -fno-unwind-tables -fno-asynchronous-unwind-tables -Wa,--noexecstack -ffunction-sections -fdata-sections
|
||
|
CFLAGS := -O2 -fomit-frame-pointer --sysroot=/src/build/armv7l
|
||
|
LDFLAGS_AUTO := -Wl,--sort-section=alignment -Wl,--sort-common
|
||
|
LDFLAGS :=
|
||
|
LDFLAGS_SHARED := -shared
|
||
|
LDFLAGS_NOSHARED := -L$(DESTDIR)/usr/lib/skalibs -L$(DESTDIR)/usr/lib/nsss -L$(DESTDIR)/usr/lib/execline -Wl,--gc-sections
|
||
|
CROSS_COMPILE := armv7l-unknown-linux-gnueabi-
|
||
|
|
||
|
vpath lib%.a $(DESTDIR)/usr/lib/skalibs $(DESTDIR)/usr/lib/nsss $(DESTDIR)/usr/lib/execline
|
||
|
vpath lib%.so
|
||
|
.LIBPATTERNS := lib%.a
|
||
|
DO_ALLSTATIC := 1
|
||
|
DO_STATIC := 1
|
||
|
DO_SHARED :=
|
||
|
STATIC_LIBS_ARE_PIC := 1
|
||
|
LIBNSSS :=
|
||
|
MAYBEPTHREAD_LIB :=
|
||
|
EXECLINE_LIB := -lexecline
|