[llvm-commits] CVS: llvm/runtime/GCCLibraries/libm/Makefile

Reid Spencer reid at x10sys.com
Sun Dec 12 23:41:05 PST 2004



Changes in directory llvm/runtime/GCCLibraries/libm:

Makefile updated: 1.7 -> 1.8
---
Log message:

Use the new BYTECODE_DESTINATION to override the default bytecode install
destination for this library so that it goes to $(cferuntime_libdir) rather
than just $(libdir). Normal bytecode libraries should be installed in the
$(libdir), but these ones are "special" because they're part of the the
C/C++ front end.


---
Diffs of the changes:  (+1 -0)

Index: llvm/runtime/GCCLibraries/libm/Makefile
diff -u llvm/runtime/GCCLibraries/libm/Makefile:1.7 llvm/runtime/GCCLibraries/libm/Makefile:1.8
--- llvm/runtime/GCCLibraries/libm/Makefile:1.7	Thu Dec  2 03:58:09 2004
+++ llvm/runtime/GCCLibraries/libm/Makefile	Mon Dec 13 01:40:50 2004
@@ -11,6 +11,7 @@
 BYTECODE_LIBRARY = 1
 DONT_BUILD_RELINKED = 1
 LIBRARYNAME = m
+BYTECODE_DESTINATION = $(cferuntime_libdir)
 
 include $(LEVEL)/Makefile.common
 






More information about the llvm-commits mailing list