OpenCores
URL https://opencores.org/ocsvn/or1k_old/or1k_old/trunk

Subversion Repositories or1k_old

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 1473 to Rev 1474
    Reverse comparison

Rev 1473 → Rev 1474

/trunk/or1ksim/cpu/or32/Makefile.am
33,12 → 33,12
 
OP_CFLAGS=-Wall -fomit-frame-pointer -fno-reorder-blocks -O2
 
op.S: op.c op_i386.h op_arith_op.h op_comp_op.h op_extend_op.h op_ff1_op.h op_mac_op.h op_mftspr_op.h op_lwhb_op.h op_swhb_op.h
op.S: op.c op_t_reg_mov_op.h op_i386.h op_arith_op.h op_comp_op.h op_extend_op.h op_ff1_op.h op_mac_op.h op_mftspr_op.h op_lwhb_op.h op_swhb_op.h
$(CC) $(INCLUDES) $(OP_CFLAGS) -o $@ -S $<
 
gen_ops.h gen_ops.c gen_ops_gen.c gen_ops_rel.c: dyngen op.o
 
op.o: op.c op_i386.h op_arith_op.h op_comp_op.h op_extend_op.h op_ff1_op.h op_mac_op.h op_mftspr_op.h op_lwhb_op.h op_swhb_op.h
op.o: op.c op_t_reg_mov_op.h op_i386.h op_arith_op.h op_comp_op.h op_extend_op.h op_ff1_op.h op_mac_op.h op_mftspr_op.h op_lwhb_op.h op_swhb_op.h
$(CC) $(INCLUDES) $(OP_CFLAGS) -o $@ -c $<
 
gen_ops.h gen_ops.c gen_ops_gen.c gen_ops_rel.c: dyngen op.o
66,4 → 66,4
 
# If the simulator was first built without --enable-simple and then with it,
# then also remove these two files
CLEANFILES=execgen.c generate
CLEANFILES=execgen.c generate gen_ops.c gen_ops.h gen_ops_rel.c gen_ops_gen.c

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.