diff options
author | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-05 08:21:25 +0000 |
---|---|---|
committer | Hidetoshi Shimokawa <simokawa@FreeBSD.org> | 1999-01-05 08:21:25 +0000 |
commit | c78a647d723d8c5b3d335b3cde815650bedc83a9 (patch) | |
tree | 4ced26d2826cef599cef5af8619d6ea5dc495fe8 /sysutils | |
parent | a39c168942f30f51cc6ada9670ac037125ba1268 (diff) |
remove -m486 option for alpha.
Notes
Notes:
svn path=/head/; revision=15856
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/doinkd/files/patch-aa | 2 | ||||
-rw-r--r-- | sysutils/idled/files/patch-aa | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/doinkd/files/patch-aa b/sysutils/doinkd/files/patch-aa index 6aa5362a4212..3ee4e8a06aad 100644 --- a/sysutils/doinkd/files/patch-aa +++ b/sysutils/doinkd/files/patch-aa @@ -33,7 +33,7 @@ # If you add it, '-lkvm' must also be added to the SPECLIBS line # You will need to delete parse.c before compiling! You can either # do so by hand, or do a 'make clean' followed by the normal 'make'. -! DEFS += -O -m486 +! DEFS += -O ! DEFS += -DBSD_OS2 -DHAVE_SETSID -DHAVE_YYRESTART -DPS_HACK #DEFS += -DPROC_SEARCH_1 #SPECLIBS = -lkvm diff --git a/sysutils/idled/files/patch-aa b/sysutils/idled/files/patch-aa index 6aa5362a4212..3ee4e8a06aad 100644 --- a/sysutils/idled/files/patch-aa +++ b/sysutils/idled/files/patch-aa @@ -33,7 +33,7 @@ # If you add it, '-lkvm' must also be added to the SPECLIBS line # You will need to delete parse.c before compiling! You can either # do so by hand, or do a 'make clean' followed by the normal 'make'. -! DEFS += -O -m486 +! DEFS += -O ! DEFS += -DBSD_OS2 -DHAVE_SETSID -DHAVE_YYRESTART -DPS_HACK #DEFS += -DPROC_SEARCH_1 #SPECLIBS = -lkvm |