summaryrefslogtreecommitdiff
path: root/java/guavac/files/patch-ad (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade to version 0.3 (from 0.2.5).John Polstra1997-06-121-11/+14
| | | | | | | | | | | I modified the submitted version slightly, (a) to honor the user's CFLAGS setting, and (b) to eliminate some compilation warnings. PR: ports/3825 Submitted by: Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp Notes: svn path=/head/; revision=6896
* Gcc can't link if given "-O".David E. O'Brien1997-02-191-1/+1
| | | | | | | | | | | gcc -O -I. -I.. -I../common -Wreturn-type -fenum-int-equiv -o guavad DisassembleMain.o -L../common -lcommon -lm -lstdc++ JavaClassFile.o: Undefined symbol `_construct__FPP13CJavaConstantRCP13CJavaConstant' referenced from text segment Notes: svn path=/head/; revision=5701
* CFLAGS shouldn't contain "-g".David E. O'Brien1997-02-181-0/+11
Notes: svn path=/head/; revision=5673