Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit06356b8

Browse files
committed
Oops, should be 'tas.o', not 'tas.s'
1 parent3a48ee4 commit06356b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎src/configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ case "$host_os" in
574574
i386)
575575
os=i386_solaris
576576

577-
TAS=tas.s
577+
TAS=tas.o
578578
;;
579579
esac ;;
580580
sunos*) os=sunos4 ;;

‎src/configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ case "$host_os" in
1010
i386)
1111
os=i386_solaris
1212
AC_LINK_FILES(backend/port/tas/i386_solaris.s, backend/port/tas.s)
13-
TAS=tas.s
13+
TAS=tas.o
1414
AC_SUBST(TAS) ;;
1515
esac ;;
1616
sunos*) os=sunos4 ;;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp