Library: build initgroups on 6502 and 6809
authorAlan Cox <alan@linux.intel.com>
Sat, 26 Mar 2016 14:26:31 +0000 (14:26 +0000)
committerAlan Cox <alan@linux.intel.com>
Sat, 26 Mar 2016 14:26:31 +0000 (14:26 +0000)
Library/libs/Makefile.6502
Library/libs/Makefile.6809

index 2bf45fa..2a3b9ee 100644 (file)
@@ -41,8 +41,8 @@ SRC_C += fgetpos.c fgets.c fopen.c fork.c fprintf.c fputc.c fputs.c fread.c
 SRC_C += free.c fsetpos.c ftell.c fwrite.c getcwd.c
 SRC_C += getenv.c __getgrent.c getgrgid.c getgrnam.c getloadavg.c getopt.c
 SRC_C += getpw.c __getpwent.c getpwnam.c getpwuid.c gets.c gettimeofday.c
-SRC_C += getw.c gmtime.c gmtime_r.c grent.c index.c isatty.c killpg.c
-SRC_C += libintl.c
+SRC_C += getw.c gmtime.c gmtime_r.c grent.c index.c initgroups.c
+SRC_C += isatty.c killpg.c libintl.c
 SRC_C += localtim.c localtim_r.c lseek.c lsearch.c lstat.c ltoa.c ltostr.c
 SRC_C += malloc.c mkfifo.c mkstemps.c nanosleep.c opendir.c pause.c perror.c
 SRC_C += popen.c printf.c putenv.c putgetch.c putpwent.c putw.c pwent.c qsort.c
@@ -69,7 +69,6 @@ SRC_C += fscanf.c scanf.c sscanf.c vfscanf.c vscanf.c vsscanf.c
 # Seems to give the compiler a hard time
 SRC_HARD += regexp.c
 # Not supported yet
-#SRC_C += initgroups.c
 # Pieces we inherit in this case from the compiler library instead
 #SRC_C += strcpy.c strlen.c abs.c atoi.c atol.c labs.c
 #SRC_C += strcat.c strchr.c strcmp.c strcspn.c strncat.c strncmp.c
index 193f845..b69fd6a 100644 (file)
@@ -23,8 +23,8 @@ SRC_C += free.c fsetpos.c ftell.c fwrite.c getcwd.c
 SRC_C += getenv.c __getgrent.c getgrgid.c getgrnam.c getloadavg.c getlogin.c
 SRC_C += getopt.c
 SRC_C += getpw.c __getpwent.c getpwnam.c getpwuid.c gets.c gettimeofday.c
-SRC_C += getw.c gmtime.c gmtime_r.c grent.c index.c isatty.c killpg.c
-SRC_C += libintl.c
+SRC_C += getw.c gmtime.c gmtime_r.c grent.c index.c initgroups.c isatty.c
+SRC_C += killpg.c libintl.c
 SRC_C += localtim.c localtim_r.c lseek.c lsearch.c lstat.c ltoa.c ltostr.c
 SRC_C += malloc.c mkfifo.c mkstemps.c nanosleep.c opendir.c opendir_r.c
 SRC_C += pause.c perror.c
@@ -50,8 +50,6 @@ SRC_C += cfmakeraw.c cfspeed.c revoke.c
 SRC_C += fscanf.c scanf.c sscanf.c vfscanf.c vscanf.c vsscanf.c
 # Seems to give the compiler a hard time
 SRC_HARD += regexp.c
-# Not supported yet
-#SRC_C += initgroups.c
 # Pieces we inherit in this case from the compiler library instead
 SRC_C += strcpy.c strlen.c abs.c atof.c atoi.c atol.c labs.c
 SRC_C += strcat.c strchr.c strcmp.c strcspn.c strncat.c strncmp.c