X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=cacao.git;a=blobdiff_plain;f=src%2Fmm%2Fboehm-gc%2Flibatomic_ops-1.2%2FINSTALL;h=2e2cea963cfc57edbcfff8c4cecd39a09ebab8b6;hp=ab8c872bab8fed6231f03afcc1d49cf3ea7c5346;hb=c83bff94e40ee0a218a39931af17814d1a42cb5c;hpb=db5750e3eaf39a47dbccccfe7cdd180fb686aac6 diff --git a/src/mm/boehm-gc/libatomic_ops-1.2/INSTALL b/src/mm/boehm-gc/libatomic_ops-1.2/INSTALL index ab8c872ba..2e2cea963 100644 --- a/src/mm/boehm-gc/libatomic_ops-1.2/INSTALL +++ b/src/mm/boehm-gc/libatomic_ops-1.2/INSTALL @@ -12,3 +12,12 @@ However two small libraries are built and installed: - libatomic_ops_gpl.a contains some higher level facilities. This code is currently covered by the GPL. The contents currently correspond to the headers atomic_ops_stack.h and atomic_ops_malloc.h. + +Platform specific notes: + +Win32/64: src/Makefile.msft contains a very simple Makefile for building +and running tests and building the gpl library. The core atomic_ops +implementation is entirely in header files. + +HP-UX/PA-RISC: aCC -Ae won't work as a C compiler, since it doesn't support +inline assembly code. Use cc.