Skip to content

Commit

Permalink
Fixed make TARGET=CORTEXA9 and CORTEXA15 bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
xianyi committed Sep 26, 2015
1 parent 0cc2b3d commit f27942a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions getarch.c
Original file line number Diff line number Diff line change
Expand Up @@ -750,7 +750,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define ARCHITECTURE "ARM"
#define SUBARCHITECTURE "CORTEXA9"
#define SUBDIRNAME "arm"
#define ARCHCONFIG "-DCORTEXA9 " \
#define ARCHCONFIG "-DCORTEXA9 -DARMV7 " \
"-DL1_DATA_SIZE=32768 -DL1_DATA_LINESIZE=32 " \
"-DL2_SIZE=1048576 -DL2_LINESIZE=32 " \
"-DDTB_DEFAULT_ENTRIES=128 -DDTB_SIZE=4096 -DL2_ASSOCIATIVE=4 " \
Expand All @@ -765,7 +765,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define ARCHITECTURE "ARM"
#define SUBARCHITECTURE "CORTEXA15"
#define SUBDIRNAME "arm"
#define ARCHCONFIG "-DCORTEXA15 " \
#define ARCHCONFIG "-DCORTEXA15 -DARMV7 " \
"-DL1_DATA_SIZE=32768 -DL1_DATA_LINESIZE=32 " \
"-DL2_SIZE=1048576 -DL2_LINESIZE=32 " \
"-DDTB_DEFAULT_ENTRIES=128 -DDTB_SIZE=4096 -DL2_ASSOCIATIVE=4 " \
Expand Down

0 comments on commit f27942a

Please sign in to comment.