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

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