diff options
author | Tobias Anderberg <tobias.anderberg@axis.com> | 2002-09-16 08:16:08 +0000 |
---|---|---|
committer | Tobias Anderberg <tobias.anderberg@axis.com> | 2002-09-16 08:16:08 +0000 |
commit | 7e973d02053874a35ddc568ec97a1e958c6f6342 (patch) | |
tree | faaae416361f946f79773206929d5f9d729cf62c /Makefile | |
parent | 3406dbdc401a96c55815f2f54d7758ce34e72413 (diff) |
* Updated for the CRIS port.
* Added variable LIBGCC which is included when linking libc.so. Arch
specific linker options go into LIBGCC_CFLAGS defined in Config.<arch>.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -82,6 +82,8 @@ headers: dummy ln -fs mips mipsel; \ cd $(shell pwd)/libpthread/linuxthreads/sysdeps; \ ln -fs mips mipsel; \ + elif [ $(TARGET_ARCH) = "cris" ];then \ + ln -fs $(KERNEL_SOURCE)/include/asm-cris include/asm; \ else \ if [ $(HAS_MMU) != "true" ]; then \ if [ -d $(KERNEL_SOURCE)/include/asm-$(TARGET_ARCH)nommu ] ; then \ |