home *** CD-ROM | disk | FTP | other *** search
/ Executor 2.0 / executorv2.0.iso / pc / dos / extra / docs / maillist / text / archive.95 / text4452.txt < prev    next >
Encoding:
Text File  |  1996-03-31  |  1.5 KB  |  35 lines

  1. Sender: owner-paper@nacm.com
  2. Precedence: bulk
  3.  
  4.  
  5. > > > additionally, if i want to build the aout format i put -b
  6. > > > i486-linuxaout on the CFLAGS line of the makefile.  this appears to do
  7. > > > nothing as the library that comes out is still ELF.
  8. > > 
  9. > > Did you make clean first?  And are you adding "-m i386linux" to the 
  10. > > LFLAGS line?
  11. > i didn't do that.  i thought that was necessary if you had a 386.
  12. > here's something from the src/Makefile.elf
  13. > - ----
  14. > # You might want to add -m386 here if you have a recently installed 
  15. > # (486 configured) compiler on a 386. The only real difference is the
  16. > # generous alignment padding of function entry-points for the 486.
  17. > - ----
  18.  
  19. Alright, this was in the ELF-HOWTO, and is a _linking_ flag, not a 
  20. compiling one.  -m386 optimizes for 386/Pentium Byte alignment, where 
  21. -m486 optimizes for the 486.  In the linker -m i386linux was a flag that 
  22. was mentioned for "compiling the kernel as a.out" in the howto file.  I'm 
  23. not sure exactly what it's purpose is...
  24.  
  25. +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
  26. |  Jared Roberts                      |  Ultima Dragons: Internet Chapter     |
  27. |  mailto:Jared@cyberspace.com        |  Timeless Dragon     -==(UDIC)==-     |
  28. |  Jarobert@sparky.lkwash.wednet.edu  +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
  29. |  Orion@media.mediawhse.com          |  Orion@IRC                            |
  30. +=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=+
  31.  
  32.  
  33.