forked from Imagelibrary/binutils-gdb
* gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
Cygwin native.
This commit is contained in:
@@ -53,6 +53,9 @@ if [istarget "x86_64-*-*"] then {
|
||||
}
|
||||
if [istarget "i\[3456\]86-*-*"] then {
|
||||
set asm-arch i386
|
||||
if [istarget "*-*-cygwin*"] then {
|
||||
set link-flags "--entry _start"
|
||||
}
|
||||
}
|
||||
if [istarget "m32r*-*"] then {
|
||||
set asm-arch m32r
|
||||
|
||||
Reference in New Issue
Block a user