OSDN Git Service

A couple of little cleanups I forgot to check in.
authorManuel Novoa III <mjn3@codepoet.org>
Sat, 3 Aug 2002 18:49:09 +0000 (18:49 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Sat, 3 Aug 2002 18:49:09 +0000 (18:49 -0000)
libc/misc/time/Makefile
libc/stdio/stdio.c

index 425e271..841c196 100644 (file)
@@ -46,7 +46,7 @@ ar-target: $(OBJS)
        $(AR) $(ARFLAGS) $(LIBC) $(OBJS)
 
 $(MOBJ): $(MSRC)
-       $(CC) $(CFLAGS) -DTARGET_ARCH=$(TARGET_ARCH) -DL_$* $< -c -o $*.o
+       $(CC) $(CFLAGS) -DL_$* $< -c -o $*.o
        $(STRIPTOOL) -x -R .note -R .comment $*.o
 
 $(COBJS): %.o : %.c
index 1bce679..cf64509 100644 (file)
@@ -3196,8 +3196,6 @@ UNLOCKED(int,ferror,(FILE *stream),(stream))
 /**********************************************************************/
 #ifdef L_perror
 
-/* TODO -- not allowed to interfere with static storage of strerror(). */
-
 void perror(register const char *s)
 {
        /* If the program is calling perror, it's a safe bet that printf and