Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
GHC
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gesh
GHC
Commits
ca392637
Commit
ca392637
authored
26 years ago
by
sof
Browse files
Options
Downloads
Patches
Plain Diff
[project @ 1999-01-26 09:59:18 by sof]
Prepared to support i?86-*-mingw32
parent
90cd8bd5
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
aclocal.m4
+3
-2
3 additions, 2 deletions
aclocal.m4
config.sub
+1
-1
1 addition, 1 deletion
config.sub
configure.in
+10
-0
10 additions, 0 deletions
configure.in
with
14 additions
and
3 deletions
aclocal.m4
+
3
−
2
View file @
ca392637
dnl $Id: aclocal.m4,v 1.3
6
1999/01/
11 10:15:04
sof Exp $
dnl $Id: aclocal.m4,v 1.3
7
1999/01/
26 09:59:18
sof Exp $
dnl
dnl Extra autoconf macros for the Glasgow fptools
dnl
...
...
@@ -77,7 +77,8 @@ changequote(<<, >>)dnl
<<
case $HostPlatform in
alpha-dec-osf*) fptools_cv_lead_uscore='no';;
*cygwin32) fptools_cv_lead_uscore='yes';;
*cygwin32) fptools_cv_lead_uscore='yes';;
*mingw32) fptools_cv_lead_uscore='yes';;
*) >>
changequote([, ])dnl
AC_TRY_RUN([#ifdef HAVE_NLIST_H
...
...
This diff is collapsed.
Click to expand it.
config.sub
+
1
−
1
View file @
ca392637
...
...
@@ -824,7 +824,7 @@ case $os in
|
-lynxos
*
|
-bosx
*
|
-nextstep
*
|
-cxux
*
|
-aout
*
|
-elf
*
\
|
-ptx
*
|
-coff
*
|
-ecoff
*
|
-winnt
*
|
-domain
*
|
-vsta
*
\
|
-udi
*
|
-eabi
*
|
-lites
*
|
-ieee
*
|
-go32
*
|
-aux
*
\
|
-cygwin32
*
|
-pe
*
|
-psos
*
)
|
-cygwin32
*
|
-mingw32
*
|
-pe
*
|
-psos
*
)
# Remember, each alternative MUST END IN *, to match a version number.
;;
# CYGNUS LOCAL
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
10
−
0
View file @
ca392637
...
...
@@ -159,6 +159,16 @@ i[[3456]]86-*-cygwin32*)
HostOS_CPP='cygwin32'
exeext='.exe'
;;
i[[3456]]86-*-mingw32*)
HostPlatform=i386-unknown-mingw32 # hack again
TargetPlatform=i386-unknown-mingw32
BuildPlatform=i386-unknown-mingw32
HostPlatform_CPP='i386_unknown_mingw32'
HostArch_CPP='i386'
HostVendor_CPP='unknown'
HostOS_CPP='mingw32'
exeext='.exe'
;;
m68k-next-nextstep2)
HostPlatform_CPP='m68k_next_nextstep2'
HostArch_CPP='m68k'
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment