9os

Experimental kernel using plan9 ideas for embedded device
git clone git://git.simple-cc.org/9os
Log | Files | Refs | README | LICENSE

arm32-linux.mk (383B)


      1 # To build the arm32 port, you need to update the library path
      2 # so the linker can find libgcc.a:
      3 #
      4 #  CROSS_COMPILE=armv8l-linux-gnueabihf- \
      5 #  LDFLAGS="-L $(dirname $(armv8l-linux-gnueabihf-gcc -print-file-name=libgcc.a))" \
      6 #  make CONF=arm32-linux
      7 
      8 ARCH = arm32
      9 SYS = linux
     10 ABI = arm32-posix
     11 MODE = hosted
     12 SYSCFLAGS = $(ARM32_CFLAGS)
     13 SYSLDFLAGS = $(ARM32_LDFLAGS)
     14 OS9 = 9hosted