forked from Imagelibrary/rtems
2002-07-24 Joel Sherrill <joel@OARcorp.com>
* custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated to use gcc 3.1 arguments.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2002-07-24 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* custom/pc486.cfg, custom/pc586.cfg, custom/pc686.cfg: Updated
|
||||
to use gcc 3.1 arguments.
|
||||
|
||||
2002-07-22 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* Templates/Makefile.leaf: Clarify the MANAGERS example.
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
#
|
||||
|
||||
RTEMS_CPU_MODEL=i486dx
|
||||
CPU_CFLAGS = -m486
|
||||
# gcc 2.95.x and 3.0
|
||||
#CPU_CFLAGS = -m486
|
||||
# gcc 3.1 and newer
|
||||
CPU_CFLAGS=-mcpu=i486
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/pc386.cfg
|
||||
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
#
|
||||
|
||||
RTEMS_CPU_MODEL=pentium
|
||||
CPU_CFLAGS = -mpentium
|
||||
# gcc 2.95.x and 3.0
|
||||
#CPU_CFLAGS = -mpentium
|
||||
# gcc 3.1 and newer
|
||||
CPU_CFLAGS=-mcpu=pentium
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/pc386.cfg
|
||||
|
||||
|
||||
@@ -5,7 +5,10 @@
|
||||
#
|
||||
|
||||
RTEMS_CPU_MODEL=pentiumpro
|
||||
CPU_CFLAGS = -mpentiumpro
|
||||
# gcc 2.95.x and 3.0
|
||||
#CPU_CFLAGS = -mpentiumpro
|
||||
# gcc 3.1 and newer
|
||||
CPU_CFLAGS=-mcpu=pentiumpro
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/pc386.cfg
|
||||
|
||||
|
||||
Reference in New Issue
Block a user