/[osn-commons]/trunk/plibc/lib/Makefile
ViewVC logotype

Diff of /trunk/plibc/lib/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 50 by rakinar2, Thu Aug 15 18:10:51 2024 UTC revision 51 by rakinar2, Fri Aug 16 18:34:43 2024 UTC
# Line 1  Line 1 
1  LIB = libc.a  LIB = libc.a
2  OBJECTS = libuar.o stdio.o malloc.o  OBJECTS = stdio.o malloc.o errno.o unistd.o string.o
3  CFLAGS = -g -Wall -Wextra -Werror -std=c99 -pedantic -O2 -static -nostdlib -nostartfiles -ffreestanding  CFLAGS = -g -Wall -Wextra -Werror -std=c99 -pedantic -O2 -static -nostdlib -nostartfiles -ffreestanding
4  CC = gcc  CC = gcc
5  AR = ar  AR = ar

Legend:
Removed from v.50  
changed lines
  Added in v.51

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26