From: Ulrich Drepper Date: Fri, 16 Oct 1998 16:18:30 +0000 (+0000) Subject: Linux/Arm specific makefile. X-Git-Tag: glibc-2.16-ports-before-merge~3077 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4a12df66acfea09aa977a5994f9edc50acdb67db;p=thirdparty%2Fglibc.git Linux/Arm specific makefile. --- diff --git a/sysdeps/unix/sysv/linux/arm/Makefile b/sysdeps/unix/sysv/linux/arm/Makefile new file mode 100644 index 00000000000..e65a5c1fa31 --- /dev/null +++ b/sysdeps/unix/sysv/linux/arm/Makefile @@ -0,0 +1,3 @@ +ifeq ($(subdir),misc) +sysdep_routines += setfsgid setfsuid setresgid setresuid +endif