Discussion:
CVS commit: src/external/gpl3/gcc/lib/libasan
Christos Zoulas
2014-10-15 19:20:29 UTC
Permalink
Module Name: src
Committed By: christos
Date: Wed Oct 15 19:20:29 UTC 2014

Added Files:
src/external/gpl3/gcc/lib/libasan: Makefile

Log Message:
NB this does not work yet, it is a work in progress.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/lib/libasan/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-17 21:48:17 UTC
Permalink
Module Name: src
Committed By: christos
Date: Fri Oct 17 21:48:17 UTC 2014

Modified Files:
src/external/gpl3/gcc/lib/libasan: Makefile

Log Message:
add some missing sources.


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 src/external/gpl3/gcc/lib/libasan/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-22 00:16:29 UTC
Permalink
Module Name: src
Committed By: christos
Date: Wed Oct 22 00:16:29 UTC 2014

Modified Files:
src/external/gpl3/gcc/lib/libasan: Makefile
Added Files:
src/external/gpl3/gcc/lib/libasan: shlib_version

Log Message:
install a shared library version, now that we know how to do it.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl3/gcc/lib/libasan/Makefile
cvs rdiff -u -r0 -r1.1 src/external/gpl3/gcc/lib/libasan/shlib_version

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-22 03:07:11 UTC
Permalink
Module Name: src
Committed By: christos
Date: Wed Oct 22 03:07:11 UTC 2014

Modified Files:
src/external/gpl3/gcc/lib/libasan: Makefile

Log Message:
Go back to use the linux version which can be used for our stuff too now.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/gpl3/gcc/lib/libasan/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-22 16:31:57 UTC
Permalink
Module Name: src
Committed By: christos
Date: Wed Oct 22 16:31:57 UTC 2014

Modified Files:
src/external/gpl3/gcc/lib/libasan: Makefile

Log Message:
No need to -I execinfo now that unwind.h is installed.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/gpl3/gcc/lib/libasan/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Christos Zoulas
2014-10-23 12:16:25 UTC
Permalink
Module Name: src
Committed By: christos
Date: Thu Oct 23 12:16:25 UTC 2014

Modified Files:
src/external/gpl3/gcc/lib/libasan: Makefile

Log Message:
Use libdplibs


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/external/gpl3/gcc/lib/libasan/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Loading...