mirror of
https://github.com/curl/curl.git
synced 2024-11-21 01:16:58 +08:00
Peek at predefined symbols done. and now removed.
Netware's autobuilds gcc can not been told apart from a standard built gcc.
This commit is contained in:
parent
3ac6929919
commit
8008499028
@ -492,16 +492,6 @@ if ($configurebuild) {
|
||||
# lib/Makefile.netware now copies curlbuild.h.dist as curlbuild.h
|
||||
system("$make -i -C lib -f Makefile.$targetos prebuild");
|
||||
system("$make -i -C src -f Makefile.$targetos prebuild");
|
||||
# peek compiler predefined symbols...
|
||||
system("echo | gcc -m32 -E -dM - >predef.txt");
|
||||
logit "display predef.txt";
|
||||
if(open(F, "predef.txt")) {
|
||||
while (<F>) {
|
||||
print;
|
||||
}
|
||||
close(F);
|
||||
}
|
||||
#
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user