delorie.com/archives/browse.cgi | search |
X-Authentication-Warning: | delorie.com: mail set sender to djgpp-bounces using -f |
X-Recipient: | djgpp AT delorie DOT com |
X-Original-DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; |
d=gmail.com; s=20120113; | |
h=mime-version:in-reply-to:references:date:message-id:subject:from:to | |
:content-type; | |
bh=E2q5hreNo0+ubHAuFBJbzX/YEsXZ4AsTvrp9ya8uqVA=; | |
b=Anjpww05ecE8E7oSh9/G3VkQbvaLJfvTKIP3lk/27/vocafCfEVkRiVcnx41uw6itt | |
A/+akdO8T/32m+49MpTc6Ty5YEF1hKWRId1m9W+eIRUXe0kp5+DQ4iwqg0X3bRx8/zNW | |
StwU/tdSyphjy2i5tgzIfD9R1yQdO5BSMhsULxKs1vyqivU5vMvAkbp69VQIw+6UgM0k | |
ruJbxPe0nboedEwNiFD0ZRIA8B0A9ZrQQxhHTYJ54/z5c0OwIMzM88LevUVERh97JHbL | |
x3sauVMxcG9JZSp9H+/Bjlm4J/GD9p5j4+ApfYLwNukmK88pfWLcNo2XAUW+761YjKho | |
MtXw== | |
MIME-Version: | 1.0 |
X-Received: | by 10.107.12.72 with SMTP id w69mr62429957ioi.10.1435255530251; |
Thu, 25 Jun 2015 11:05:30 -0700 (PDT) | |
In-Reply-To: | <62f0e449-13f5-4bdd-87a4-5bf57e4d7663@googlegroups.com> |
References: | <CAA2C=vAsibDAvdNkdGMFC_HeEoEGdrCX_1xTk1yDqbSgebnXdA AT mail DOT gmail DOT com> |
<201506050742 DOT t557ggR8019445 AT delorie DOT com> | |
<CAA2C=vDqj=4LE+rc5FiUoFfzKqD3h6Ru-q6gNmAHY+tjMJ=1sQ AT mail DOT gmail DOT com> | |
<CAA2C=vASsjartzfLp1T9RRix9ea-B5q_nVzzUj3ZgiJujphuNw AT mail DOT gmail DOT com> | |
<CAA2C=vD3F==DAp1ESJQ7PtBuES7Aw3DBWL6E8gBo1yy778G53A AT mail DOT gmail DOT com> | |
<CAA2C=vB7B6t6XOiSdAqubtZg04Mw3MW4=15wrj33HR-P1y2qdw AT mail DOT gmail DOT com> | |
<f05e58ed-6460-4d25-bfcc-db6609c765c4 AT googlegroups DOT com> | |
<201506242231 DOT t5OMVXG1011025 AT delorie DOT com> | |
<CAA2C=vAZMj316C0OhYMxPwQfHnZ2KaNC7n3svQB8QSpxfpeicw AT mail DOT gmail DOT com> | |
<62f0e449-13f5-4bdd-87a4-5bf57e4d7663 AT googlegroups DOT com> | |
Date: | Thu, 25 Jun 2015 21:05:30 +0300 |
Message-ID: | <CAA2C=vAWaYA7LJ8xrvVNGtbg9Oz4+FL6s32wSQ-3QHy30eRCYQ@mail.gmail.com> |
Subject: | Re: dxe3gen patch |
From: | "Ozkan Sezer (sezeroz AT gmail DOT com)" <djgpp AT delorie DOT com> |
To: | djgpp AT delorie DOT com |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On 6/25/15, Juan Manuel Guerrero (juan DOT guerrero AT gmx DOT de) <djgpp AT delorie DOT com> wrote: > On Thursday, June 25, 2015 at 10:51:18 AM UTC+2, Ozkan Sezer (sezeroz AT > gmail DOT com) wrote: >> On 6/25/15, DJ Delorie <dj AT delorie DOT com> wrote: >> > >> >> Neitherless it is DJ that should decide if he likes the design or not. >> > >> > I'm OK with the design. >> > >> >> Applied the changes to HEAD and to v2_05_1. >> >> The changes may be worth mentioning in the man pages and >> in the changelog, but I am not good with texinfo. Juan? > > And I am not good with english. Please send me a small description text to > be added to wc205.txi (aka changelog) and some more extensive description > for dxegen.txi (aka man pages). I will format them so they fit into those > files. > For dxegen.txi, something like the following: dxe3gen responds to the following environment variables: DXE_CC: C compiler name. If not set, defaults to gcc for native build environments, and i586-pc-msdosdjgpp-gcc for cross-build environmlents. DXE_AS: Assembler name. If not set, defaults to as for native build environments, and i586-pc-msdosdjgpp-as for cross-build environmlents. DXE_AR: Archiver name. If not set, defaults to ar for native build environments, and i586-pc-msdosdjgpp-ar for cross-build environmlents. DXE_LD: Linker name. If not set, defaults to ld for native build environments, and i586-pc-msdosdjgpp-ld for cross-build environmlents. DXE_SC: Path to linker script name. If not set, defaults to dxe.ld. Passed internally to ld, like 'ld -T dxe.ld' For wc205.txi, something like: dxe3gen now responds to DXE_CC, DXE_AS, DXE_AR and DXE_LD environment variables to pick required build tools, and to DXE_SC environment variable to pick the required linker script. -- O.S.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |