mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Added dummy version of the `util' library.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7995 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
12967474d2
commit
0f3627e554
6
runtime/GCCLibraries/libutil/Makefile
Normal file
6
runtime/GCCLibraries/libutil/Makefile
Normal file
@ -0,0 +1,6 @@
|
||||
LEVEL = ../../..
|
||||
BYTECODE_LIBRARY=1
|
||||
DONT_BUILD_RELINKED=1
|
||||
LIBRARYNAME=util
|
||||
|
||||
include $(LEVEL)/Makefile.common
|
0
runtime/GCCLibraries/libutil/dummy.c
Normal file
0
runtime/GCCLibraries/libutil/dummy.c
Normal file
Loading…
Reference in New Issue
Block a user