mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 21:32:10 +00:00
Update to match the reality that is now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6362 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
1df4d5e668
commit
3c4f63ac55
@ -2,10 +2,5 @@ LEVEL = ../../..
|
||||
|
||||
LIBNAME = instr
|
||||
|
||||
# We use assert and memset here... and we are linked into the program AFTER final
|
||||
# link. Because of this, we have to play funny games here. :(
|
||||
LDFLAGS = /home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/libgcc.bc \
|
||||
/home/vadve/lattner/cvs/gcc_install/lib/gcc-lib/llvm/3.1/libc.bc
|
||||
|
||||
include ../Makefile.libs
|
||||
|
||||
|
@ -10,7 +10,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/*===---------------------------------------------------------------------=====
|
||||
* HASH FUNCTIONS
|
||||
|
Loading…
Reference in New Issue
Block a user