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

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