1. 25 Dec, 2022 1 commit
  2. 06 Mar, 2021 2 commits
  3. 15 Jan, 2021 1 commit
  4. 22 Jul, 2020 1 commit
  5. 30 Jun, 2020 4 commits
  6. 29 Jun, 2020 9 commits
  7. 26 Jun, 2020 1 commit
    • Boris Shingarov's avatar
      Fix ld error in elf maketarget · 49f1389a
      Boris Shingarov authored
      
      The sdram_init ELF fails to link:
      
      powerpc64le-linux-gnu-ld -static -nostdlib -T sdram_init.lds \
          --gc-sections -o sdram_init.elf head.o main.o sdram.o console.o \
          libc.o sdram_init.lds
      powerpc64le-linux-gnu-ld: error: linker script file 'sdram_init.lds'
          appears multiple times
      make: *** [Makefile:70: sdram_init.elf] Error 1
      
      This is because sdram_init.lds is one of the prerequisites, and thus is
      contained in $^.  However, it is also explicitly specified as part of
      LDFLAGS, as the argument to -T.
      Signed-off-by: default avatarBoris Shingarov <shingarov@labware.com>
      49f1389a
  8. 25 Jun, 2020 3 commits
  9. 24 Jun, 2020 2 commits
  10. 23 Jun, 2020 13 commits
  11. 22 Jun, 2020 1 commit
  12. 19 Jun, 2020 2 commits