Changeset 546
- Timestamp:
- May 1, 2019, 12:53:58 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile.in
r544 r546 1672 1672 encode.o: $(srcsrc)/encode.c Makefile 1673 1673 sstrip.o: $(srcsrc)/sstrip.c Makefile config.h 1674 trustfile.o: $(srcsrc)/trustfile.c Makefile config_xor.h $(srcinc)/s lib.h $(srcinc)/sh_static.h $(srcinc)/sh_pthread.h $(srcinc)/sh_calls.h1674 trustfile.o: $(srcsrc)/trustfile.c Makefile config_xor.h $(srcinc)/sh_calls.h $(srcinc)/slib.h $(srcinc)/sh_static.h $(srcinc)/sh_pthread.h 1675 1675 exepack.o: $(srcsrc)/exepack.c Makefile config.h $(srcinc)/minilzo.h $(srcinc)/exepack.data 1676 1676 exepack_fill.o: $(srcsrc)/exepack_fill.c Makefile config.h config.h $(srcinc)/minilzo.h -
trunk/README
r1 r546 84 84 see the MANUAL. 85 85 86 87 WARNING:88 -------89 Some versions of gcc have a bug that generates incorrect90 code if strength reducing is enabled.91 If you modify the compiler flags, always use the -fno-strength-reduce92 option with gcc, unless you are sure that your compiler does not93 suffer from the problem (see README.gcc_bug).94 Also, some gcc versions generate incorrect code unless the95 -fno-omit-frame-pointer option is used.96 The -fno-strength-reduce and the -fno-omit-frame-pointer options are97 enabled by default by the 'configure' script.98 86 99 87 PGP SIGNATURES: -
trunk/depend.dep
r544 r546 41 41 encode.o: $(srcsrc)/encode.c Makefile 42 42 sstrip.o: $(srcsrc)/sstrip.c Makefile config.h 43 trustfile.o: $(srcsrc)/trustfile.c Makefile config_xor.h $(srcinc)/s lib.h $(srcinc)/sh_static.h $(srcinc)/sh_pthread.h $(srcinc)/sh_calls.h43 trustfile.o: $(srcsrc)/trustfile.c Makefile config_xor.h $(srcinc)/sh_calls.h $(srcinc)/slib.h $(srcinc)/sh_static.h $(srcinc)/sh_pthread.h 44 44 exepack.o: $(srcsrc)/exepack.c Makefile config.h $(srcinc)/minilzo.h $(srcinc)/exepack.data 45 45 exepack_fill.o: $(srcsrc)/exepack_fill.c Makefile config.h config.h $(srcinc)/minilzo.h -
trunk/depend.sum
r544 r546 1 30 384552031 3024561571
Note:
See TracChangeset
for help on using the changeset viewer.