Skip to content
  1. Jul 15, 2016
  2. Jul 13, 2016
    • Heath Petersen's avatar
      Merged nuttx/nuttx into master · 426c6285
      Heath Petersen authored
      426c6285
    • Heath Petersen's avatar
      update / correct some compilation and linkage settings · 9d999eeb
      Heath Petersen authored
      HOSTCFLAGS: Should not be set the same as CFLAGS since CFLAGS may be for a completely different platform.  Use sane defaults like other configs/*/*/Make.defs.
      
      ARCHCPUFLAGS: Depending on how the GNU compiler was built we may need -fno-stack-protector.  Since we always want it we can just default to specifying it instead of depending on the compiler default.
      
      LDFLAGS: If compiling for a 32 bit target from a 64 bit platform we need to tell the linker to generate a 32 bit elf file with -m elf_i386.
      9d999eeb
    • Heath Petersen's avatar
      update / correct some compilation and linkage settings · 5be790b6
      Heath Petersen authored
      HOSTCFLAGS: Should not be set the same as CFLAGS since CFLAGS may be for a completely different platform.  Use sane defaults like other configs/*/*/Make.defs.
      
      ARCHCPUFLAGS: Depending on how the GNU compiler was built we may need -fno-stack-protector.  Since we always want it we can just default to specifying it instead of depending on the compiler default.
      
      LDFLAGS: If compiling for a 32 bit target from a 64 bit platform we need to tell the linker to generate a 32 bit elf file with -m elf_i386.
      5be790b6
  3. Jul 12, 2016
  4. Jul 11, 2016