diff options
author | James E. Housley <jeh@FreeBSD.org> | 2003-02-03 11:24:29 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2003-02-03 11:24:29 +0000 |
commit | 2d1209d2d844faad90ac005ee954a971bcbf99d3 (patch) | |
tree | fe1d72b42044e3a60963723fc1b153f2d701d784 /devel/sh-rtems-gcc | |
parent | 3585add922daea7fed1f50e24bce0c680c60e8e9 (diff) |
Notes
Diffstat (limited to 'devel/sh-rtems-gcc')
-rw-r--r-- | devel/sh-rtems-gcc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/sh-rtems-gcc/Makefile b/devel/sh-rtems-gcc/Makefile index 23e36f7943ab..004c2ed94497 100644 --- a/devel/sh-rtems-gcc/Makefile +++ b/devel/sh-rtems-gcc/Makefile @@ -10,5 +10,5 @@ PORTNAME= gcc MAINTAINER= jeh@FreeBSD.org LCLTARGET= sh-rtems -BROKEN= "Generates an internal compiler error. Under investigation." + .include "${.CURDIR}/../i386-rtems-gcc/Makefile" |