Linux cpanel.rrshost.in 5.15.0-25-generic #25-Ubuntu SMP Wed Mar 30 15:54:22 UTC 2022 x86_64
Apache
: 109.123.238.221 | : 172.71.254.176
128 Domain
8.2.28
aev999
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
usr /
src /
glibc /
debian /
sysdeps /
[ HOME SHELL ]
Name
Size
Permission
Action
alpha.mk
418
B
-rw-r--r--
amd64.mk
1.49
KB
-rw-r--r--
arm64.mk
104
B
-rw-r--r--
armel.mk
1.07
KB
-rw-r--r--
armhf.mk
1.23
KB
-rw-r--r--
hppa.mk
488
B
-rw-r--r--
hurd-i386.mk
1.2
KB
-rw-r--r--
hurd.mk
1.23
KB
-rw-r--r--
i386.mk
1.73
KB
-rw-r--r--
ia64.mk
56
B
-rw-r--r--
kfreebsd-amd64.mk
939
B
-rw-r--r--
kfreebsd.mk
2.46
KB
-rw-r--r--
linux.mk
2.37
KB
-rw-r--r--
mips.mk
1.59
KB
-rw-r--r--
mips64.mk
1.5
KB
-rw-r--r--
mips64el.mk
1.51
KB
-rw-r--r--
mips64r6.mk
1.55
KB
-rw-r--r--
mips64r6el.mk
1.56
KB
-rw-r--r--
mipsel.mk
1.6
KB
-rw-r--r--
mipsn32.mk
1.47
KB
-rw-r--r--
mipsn32el.mk
1.49
KB
-rw-r--r--
mipsn32r6.mk
1.53
KB
-rw-r--r--
mipsn32r6el.mk
1.54
KB
-rw-r--r--
mipsr6.mk
1.64
KB
-rw-r--r--
mipsr6el.mk
1.66
KB
-rw-r--r--
powerpc.mk
861
B
-rw-r--r--
ppc64.mk
997
B
-rw-r--r--
ppc64el.mk
319
B
-rw-r--r--
prof.mk
517
B
-rw-r--r--
riscv64.mk
69
B
-rw-r--r--
s390x.mk
806
B
-rw-r--r--
sh3.mk
358
B
-rw-r--r--
sh4.mk
358
B
-rw-r--r--
sparc.mk
940
B
-rw-r--r--
sparc64.mk
1.01
KB
-rw-r--r--
x32.mk
1.52
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : amd64.mk
# configuration options for all flavours extra_config_options = --enable-multi-arch --enable-static-pie --enable-cet # main library libc_mvec = yes libc_extra_cflags = -O3 libc_rtlddir = /lib64 # multilib flavours ifeq (,$(filter nobiarch, $(DEB_BUILD_PROFILES))) # build 32-bit (i386) alternative library GLIBC_PASSES += i386 DEB_ARCH_MULTILIB_PACKAGES += libc6-i386 libc6-dev-i386 libc6-i386_shlib_dep = libc6-i386 (>= $(shlib_dep_ver)) i386_configure_target = i686-linux-gnu i386_CC = $(CC) -m32 i386_CXX = $(CXX) -m32 i386_slibdir = /lib32 i386_libdir = /usr/lib32 define libc6-dev-i386_extra_pkg_install $(call generic_multilib_extra_pkg_install,libc6-dev-i386) mkdir -p debian/libc6-dev-i386/usr/include/x86_64-linux-gnu/gnu cp -a debian/tmp-i386/usr/include/gnu/lib-names-32.h \ debian/tmp-i386/usr/include/gnu/stubs-32.h \ debian/libc6-dev-i386/usr/include/x86_64-linux-gnu/gnu endef # build x32 ABI alternative library GLIBC_PASSES += x32 DEB_ARCH_MULTILIB_PACKAGES += libc6-x32 libc6-dev-x32 libc6-x32_shlib_dep = libc6-x32 (>= $(shlib_dep_ver)) x32_configure_target = x86_64-linux-gnux32 x32_CC = $(CC) -mx32 x32_CXX = $(CXX) -mx32 x32_mvec = yes x32_rtlddir = /libx32 x32_slibdir = /libx32 x32_libdir = /usr/libx32 define libc6-dev-x32_extra_pkg_install mkdir -p debian/libc6-dev-x32/usr/include/x86_64-linux-gnu/gnu cp -a debian/tmp-x32/usr/include/gnu/lib-names-x32.h \ debian/tmp-x32/usr/include/gnu/stubs-x32.h \ debian/libc6-dev-x32/usr/include/x86_64-linux-gnu/gnu/ endef endif # multilib
Close