nuttx/configs/qemu-i486/ostest
Heath Petersen 5be790b6dd update / correct some compilation and linkage settings
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.
2016-07-13 02:57:01 +00:00
..
defconfig Remove all traces of CONFIG_SYSLOG 2016-06-19 13:59:43 -06:00
ld.script Merge in configs/ submodule 2016-04-10 07:57:59 -06:00
Make.defs update / correct some compilation and linkage settings 2016-07-13 02:57:01 +00:00
setenv.sh Correct permmisions on executable scripts 2016-04-10 09:11:59 -06:00