OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /eco32/trunk
    from Rev 252 to Rev 253
    Reverse comparison

Rev 252 → Rev 253

/binutils/ld/Makefile
4,7 → 4,7
 
BUILD = ../../build
 
CC = gcc -m32
CC = gcc
CFLAGS = -g -Wall
LDFLAGS = -g
LDLIBS = -lm
/binutils/ar/ar.c
122,7 → 122,7
 
printMode();
printf("%4d/%4d", arbuf.uid, arbuf.gid);
printf("%8ld", arbuf.size);
printf("%8d", arbuf.size);
cp = ctime(&arbuf.date);
printf(" %-12.12s %-4.4s ", cp + 4, cp + 20);
}
/binutils/ar/Makefile
4,7 → 4,7
 
BUILD = ../../build
 
CC = gcc -m32
CC = gcc
CFLAGS = -g -Wall
LDFLAGS = -g
LDLIBS = -lm
/binutils/as/Makefile
4,7 → 4,7
 
BUILD = ../../build
 
CC = gcc -m32
CC = gcc
CFLAGS = -g -Wall
LDFLAGS = -g
LDLIBS = -lm
/binutils/include/ar.h
21,7 → 21,7
int uid;
int gid;
int mode;
long size;
int size;
} ArHeader;
 
 
/binutils/dof/Makefile
4,7 → 4,7
 
BUILD = ../../build
 
CC = gcc -m32
CC = gcc
CFLAGS = -g -Wall
LDFLAGS = -g
LDLIBS = -lm

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.