Back to home page

LXR

 
 

    


Warning, /bsps/i386/pc386/config/pcp4.cfg is written in an unsupported language. File is not indexed.

0001 #
0002 #  Configuration file for a PC using a Pentium Class CPU
0003 #
0004 
0005 #  Note:      We give the -mtune=pentium option here only so that at least the
0006 #             variant optimized for pentium (w/o using any pentium-specific
0007 #             features) is used (assuming you use the vanilla RTEMS multilibs).
0008 #  
0009 #  And: The only sse-related feature the RTEMS support really needs is
0010 #             fxsave/fxrstor. You can build with -msse, -msse2 or -msse3,
0011 #             depending on your CPU.
0012 #             There are run-time checks resulting in a 'panic' if code
0013 #             compiled for e.g. -msse3 is executed on a CPU that only
0014 #             supports sse2, though.
0015 CPU_CFLAGS = -mtune=pentium4 -march=pentium4 -msse3
0016 
0017 include $(RTEMS_ROOT)/make/custom/pc386.cfg